Class: Wx::Orientation
Overview
A generic orientation value.
Constant Summary collapse
- HORIZONTAL =
Wx::Orientation.new(4)
- VERTICAL =
Wx::Orientation.new(8)
- BOTH =
A mask value to indicate both vertical and horizontal orientations.
Wx::Orientation.new(12)
- ORIENTATION_MASK =
A synonym for BOTH.
Wx::Orientation.new(12)
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