Class: Wx::AUI::AuiPaneDockArtGradients
- Defined in:
- lib/wx/doc/gen/aui/aui_dock_art.rb
Overview
These are the possible gradient dock art settings for AuiDefaultDockArt.
Constant Summary collapse
- AUI_GRADIENT_NONE =
No gradient on the captions, in other words a solid colour.
Wx::AUI::AuiPaneDockArtGradients.new(0)
- AUI_GRADIENT_VERTICAL =
Vertical gradient on the captions, in other words a gradual change in colours from top to bottom.
Wx::AUI::AuiPaneDockArtGradients.new(1)
- AUI_GRADIENT_HORIZONTAL =
Horizontal gradient on the captions, in other words a gradual change in colours from left to right.
Wx::AUI::AuiPaneDockArtGradients.new(2)
Method Summary
Methods inherited from Enum
#!, #&, #<=>, [], #allbits?, #anybits?, #coerce, enumerators, #eql?, #initialize, #inspect, #integer?, #method_missing, #nobits?, non_distinct, #real?, set_non_distinct, #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