RSS

Четверг, 25.04.2024, 06:31
Главная » WoW API » Событий API Виджетов »

PostClick

[ править ]
Run immediately following the button's `OnClick` handler with the same arguments.
[клоны]
Run immediately following the button's OnClick handler with the same arguments. Useful for processing clicks on a button without interfering with handlers inherited from a secure template. For further details, see the example under OnClick.


Signature:
Code
PostClick(self, "button", down)

Arguments:
  • self - Reference to the widget for which the script was run (button)
  • button - Name of the mouse button responsible for the click action (string)
      Button4
    • Button5
    • LeftButton
    • MiddleButton
    • RightButton

  • down - True for a mouse button down action; false for button up or other actions (boolean)

Доступна для: Button, CheckButton

Также смотрите: Событий API Виджетов
Ссылки: http://wowprogramming.com/docs/scripts/PostClick