Class: Wx::AUI::AuiManagerOption
- Defined in:
- lib/wx/doc/gen/aui/aui_pane_info.rb
Overview
AuiManager behaviour and visual effects style flags.
Constant Summary collapse
- AUI_MGR_ALLOW_FLOATING =
Allow a pane to be undocked to take the form of a MiniFrame.
Wx::AUI::AuiManagerOption.new(1)
- AUI_MGR_ALLOW_ACTIVE_PANE =
Change the color of the title bar of the pane when it is activated.
Wx::AUI::AuiManagerOption.new(2)
- AUI_MGR_TRANSPARENT_DRAG =
Make the pane transparent during its movement.
Wx::AUI::AuiManagerOption.new(4)
- AUI_MGR_TRANSPARENT_HINT =
The possible location for docking is indicated by a translucent area.
Wx::AUI::AuiManagerOption.new(8)
- AUI_MGR_VENETIAN_BLINDS_HINT =
The possible location for docking is indicated by a gradually appearing partially transparent area.
Wx::AUI::AuiManagerOption.new(16)
- AUI_MGR_RECTANGLE_HINT =
The possible location for docking is indicated by a rectangular outline.
Wx::AUI::AuiManagerOption.new(32)
- AUI_MGR_HINT_FADE =
The translucent area where the pane could be docked appears gradually.
Wx::AUI::AuiManagerOption.new(64)
- AUI_MGR_NO_VENETIAN_BLINDS_FADE =
Used in complement of AUI_MGR_VENETIAN_BLINDS_HINT to show the hint immediately.
Wx::AUI::AuiManagerOption.new(128)
- AUI_MGR_LIVE_RESIZE =
When a docked pane is resized, its content is refreshed in live (instead of moving the border alone and refreshing the content at the end).
Wx::AUI::AuiManagerOption.new(256)
- AUI_MGR_DEFAULT =
Default behaviour.
Wx::AUI::AuiManagerOption.new(201)
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