RSS

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

CheckButton:SetPushedTexture(texture) or CheckButton:SetPushedTexture("filename")

[ править ]
Sets the texture used when the button is pushed.
[клоны]
Sets the texture used when the button is pushed.


Signature:
Code
Button:SetPushedTexture(texture) or Button:SetPushedTexture("filename")

Arguments:
  • texture - Reference to an existing Texture object (texture)
  • filename - Path to a texture image file (string)

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