RSS

Пятница, 29.03.2024, 04:37
Главная » WoW API » API Виджеты » Кнопка »

x, y = CheckButton:GetPushedTextOffset()

[ править ]
Returns the offset for moving the button's label text when pushed.
[клоны]
Returns the offset for moving the button's label text when pushed.


Signature:
Code
x, y = Button:GetPushedTextOffset()

Returns:
  • x - Horizontal offset for the text (in pixels; values increasing to the right) (number)
  • y - Vertical offset for the text (in pixels; values increasing upward) (number)

Также смотрите: Кнопка
Ссылки: http://wowprogramming.com/docs/widgets/Button/GetPushedTextOffset