RSS

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

EditBox:SetBlinkSpeed(duration)

[ править ]
Sets the rate at which the text insertion blinks when the edit box is focused.
[клоны]
Sets the rate at which the text insertion blinks when the edit box is focused. The speed indicates how long the cursor stays in each state (shown and hidden); e.g. if the blink speed is 0.5 (the default, the cursor is shown for one half second and then hidden for one half second (thus, a one-second cycle); if the speed is 1.0, the cursor is shown for one second and then hidden for one second (a two-second cycle).


Signature:
Code
EditBox:SetBlinkSpeed(duration)

Arguments:
  • duration - Amount of time for which the cursor is visible during each "blink" (in seconds) (number)

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