Class: Wx::AUI::AuiPaneButtonState
- Defined in:
- lib/wx/doc/gen/aui/aui_dock_art.rb
Overview
These are the possible pane button / AuiNotebook button / AuiToolBar button states.
Constant Summary collapse
- AUI_BUTTON_STATE_NORMAL =
Normal button state.
Wx::AUI::AuiPaneButtonState.new(0)
- AUI_BUTTON_STATE_HOVER =
Hovered button state.
Wx::AUI::AuiPaneButtonState.new(2)
- AUI_BUTTON_STATE_PRESSED =
Pressed button state.
Wx::AUI::AuiPaneButtonState.new(4)
- AUI_BUTTON_STATE_DISABLED =
Disabled button state.
Wx::AUI::AuiPaneButtonState.new(8)
- AUI_BUTTON_STATE_HIDDEN =
Hidden button state.
Wx::AUI::AuiPaneButtonState.new(16)
- AUI_BUTTON_STATE_CHECKED =
Checked button state.
Wx::AUI::AuiPaneButtonState.new(32)
Method Summary
Methods inherited from Enum
#!, #&, #<=>, #allbits?, #anybits?, #coerce, #eql?, #initialize, #inspect, #integer?, #method_missing, #nobits?, #real?, #succ, #to_int, #to_s, #|, #~
Constructor Details
This class inherits a constructor from Wx::Enum
Dynamic Method Handling
This class handles dynamic methods through the method_missing method in the class Wx::Enum