Class: Wx::LayoutAlignment
- Defined in:
- lib/wx/doc/gen/sash_layout_window.rb
Overview
Enumeration used by LayoutAlgorithm.
Constant Summary collapse
- LAYOUT_NONE =
Wx::LayoutAlignment.new(0)
- LAYOUT_TOP =
Wx::LayoutAlignment.new(1)
- LAYOUT_LEFT =
Wx::LayoutAlignment.new(2)
- LAYOUT_RIGHT =
Wx::LayoutAlignment.new(3)
- LAYOUT_BOTTOM =
Wx::LayoutAlignment.new(4)
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