Class: Wx::Direction
Overview
A generic direction value.
Constant Summary collapse
- LEFT =
Wx::Direction.new(16)
- RIGHT =
Wx::Direction.new(32)
- UP =
Wx::Direction.new(64)
- DOWN =
Wx::Direction.new(128)
- TOP =
Wx::Direction.new(64)
- BOTTOM =
Wx::Direction.new(128)
- NORTH =
Wx::Direction.new(64)
- SOUTH =
Wx::Direction.new(128)
- WEST =
Wx::Direction.new(16)
- EAST =
Wx::Direction.new(32)
- ALL =
Wx::Direction.new(240)
- DIRECTION_MASK =
A mask to extract direction from the combination of flags.
Wx::Direction.new(240)
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