RSS

Среда, 24.04.2024, 23:27
Главная » WoW API » Событий API Виджетов »

OnTabPressed

[ править ]
Run when the Tab key is pressed while the edit box has keyboard focus.
[клоны]
Run when the Tab key is pressed while the edit box has keyboard focus. Providing a handler for this script can be useful for allowing the user to switch quickly among several edit boxes in a panel.


Signature:
Code
OnTabPressed(self)

Arguments:
  • self - Reference to the widget for which the script was run (editbox)

Доступна для: EditBox

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