RSS

Четверг, 25.04.2024, 04:21
Главная » WoW API » API Виджеты » Окно редактирования »

EditBox:AddHistoryLine("text")

[ править ]
Adds a line of text to the edit box's stored history.
[клоны]
Adds a line of text to the edit box's stored history. Once added, the user can quickly set the edit box's contents to one of these lines by pressing the up or down arrow keys. (History lines are only accessible via the arrow keys if the edit box is not in multi-line mode.)


Signature:
Code
EditBox:AddHistoryLine("text")

Arguments:
  • text - Text to be added to the edit box's list of history lines (string)

Также смотрите: Окно редактирования
Ссылки: http://wowprogramming.com/docs/widgets/EditBox/AddHistoryLine