Class: Wx::AUI::AuiPaneDockArtSetting
- Defined in:
- lib/wx/doc/gen/aui/aui_dock_art.rb
Overview
These are the possible pane dock art settings for AuiDefaultDockArt.
Category: Window Docking (wxAUI)
Constant Summary collapse
- AUI_DOCKART_SASH_SIZE =
Customizes the sash size.
Wx::AUI::AuiPaneDockArtSetting.new(0)
- AUI_DOCKART_CAPTION_SIZE =
Customizes the caption size.
Wx::AUI::AuiPaneDockArtSetting.new(1)
- AUI_DOCKART_GRIPPER_SIZE =
Customizes the gripper size.
Wx::AUI::AuiPaneDockArtSetting.new(2)
- AUI_DOCKART_PANE_BORDER_SIZE =
Customizes the pane border size.
Wx::AUI::AuiPaneDockArtSetting.new(3)
- AUI_DOCKART_PANE_BUTTON_SIZE =
Customizes the pane button size.
Wx::AUI::AuiPaneDockArtSetting.new(4)
- AUI_DOCKART_BACKGROUND_COLOUR =
Customizes the background colour, which corresponds to the client area.
Wx::AUI::AuiPaneDockArtSetting.new(5)
- AUI_DOCKART_SASH_COLOUR =
Customizes the sash colour.
Wx::AUI::AuiPaneDockArtSetting.new(6)
- AUI_DOCKART_ACTIVE_CAPTION_COLOUR =
Customizes the active caption colour.
Wx::AUI::AuiPaneDockArtSetting.new(7)
- AUI_DOCKART_ACTIVE_CAPTION_GRADIENT_COLOUR =
Customizes the active caption gradient colour.
Wx::AUI::AuiPaneDockArtSetting.new(8)
- AUI_DOCKART_INACTIVE_CAPTION_COLOUR =
Customizes the inactive caption colour.
Wx::AUI::AuiPaneDockArtSetting.new(9)
- AUI_DOCKART_INACTIVE_CAPTION_GRADIENT_COLOUR =
Customizes the inactive gradient caption colour.
Wx::AUI::AuiPaneDockArtSetting.new(10)
- AUI_DOCKART_ACTIVE_CAPTION_TEXT_COLOUR =
Customizes the active caption text colour.
Wx::AUI::AuiPaneDockArtSetting.new(11)
- AUI_DOCKART_INACTIVE_CAPTION_TEXT_COLOUR =
Customizes the inactive caption text colour.
Wx::AUI::AuiPaneDockArtSetting.new(12)
- AUI_DOCKART_BORDER_COLOUR =
Customizes the border colour.
Wx::AUI::AuiPaneDockArtSetting.new(13)
- AUI_DOCKART_GRIPPER_COLOUR =
Customizes the gripper colour.
Wx::AUI::AuiPaneDockArtSetting.new(14)
- AUI_DOCKART_CAPTION_FONT =
Customizes the caption font.
Wx::AUI::AuiPaneDockArtSetting.new(15)
- AUI_DOCKART_GRADIENT_TYPE =
Customizes the gradient type (no gradient, vertical or horizontal)
Wx::AUI::AuiPaneDockArtSetting.new(16)
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