RSS

Суббота, 27.04.2024, 07:10
Главная » WoW API » API Виджеты » Чекбокс »

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

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


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

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

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