RSS

Пятница, 19.04.2024, 09:52
Главная » WoW API » API Виджеты »

Чекбокс

[ Добавить запись ]

В категории материалов: 6
Показано материалов: 1-6

Название Описание
CheckButton:SetDisabledCheckedTexture(texture) or CheckButton:SetDisabledCheckedTexture("filename") Sets the texture used when the button is disabled and checked.
CheckButton:SetCheckedTexture(texture) or CheckButton:SetCheckedTexture("filename") Sets the texture used when the button is checked.
CheckButton:SetChecked(enable) Sets whether the check button is checked.
texture = CheckButton:GetDisabledCheckedTexture() Returns the texture used when the button is disabled and checked.
texture = CheckButton:GetCheckedTexture() Returns the texture used when the button is checked.
enabled = CheckButton:GetChecked() Returns whether the check button is checked.