RSS

Воскресенье, 22.12.2024, 06:27
Главная » WoW API » Событий API Виджетов »

OnCharComposition

[ править ]
Run when the edit box's input composition mode changes.
[клоны]
Run when the edit box's input composition mode changes. Primarily used in international clients that can use IME composition.


Signature:
Code
OnCharComposition(self, "text")

Arguments:
  • self - Reference to the widget for which the script was run (frame)
  • text - Partial text in the character composition mode (string)

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

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