RSS

Вторник, 23.04.2024, 16:04
Главная » WoW API » API Виджеты » Чекбокс »

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

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


Signature:
Code
CheckButton:SetDisabledCheckedTexture(texture) or CheckButton:SetDisabledCheckedTexture("filename")

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

Также смотрите: Чекбокс
Ссылки: http://wowprogramming.com/docs/widgets/CheckButton/SetDisabledCheckedTexture