Returns the button's current state. Signature: Code state = Button:GetButtonState()
Returns: - state - State of the button (string)
DISABLED - Button is disabled and cannot receive user input - NORMAL - Button is in its normal state
- PUSHED - Button is pushed (as during a click on the button)
Также смотрите: Кнопка
Ссылки: http://wowprogramming.com/docs/widgets/Button/GetButtonState
|