RSS

Суббота, 27.04.2024, 00:40
Главная » WoW API » API Виджеты » Кнопка »

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

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


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

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

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