Class: Wx::SashEdgePosition
- Defined in:
- lib/wx/doc/gen/sash_event.rb
Overview
See SashWindow.
Constant Summary collapse
- SASH_TOP =
Wx::SashEdgePosition.new(0)
- SASH_RIGHT =
Wx::SashEdgePosition.new(1)
- SASH_BOTTOM =
Wx::SashEdgePosition.new(2)
- SASH_LEFT =
Wx::SashEdgePosition.new(3)
- SASH_NONE =
Wx::SashEdgePosition.new(100)
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