Class: Wx::Border
Overview
Border flags for Window.
Constant Summary collapse
- BORDER_DEFAULT =
This is different from BORDER_NONE as by default the controls do have a border.
Wx::Border.new(0)
- BORDER_NONE =
Wx::Border.new(2097152)
- BORDER_STATIC =
Wx::Border.new(16777216)
- BORDER_SIMPLE =
Wx::Border.new(33554432)
- BORDER_RAISED =
Wx::Border.new(67108864)
- BORDER_SUNKEN =
Wx::Border.new(134217728)
- BORDER_DOUBLE =
Wx::Border.new(268435456)
- BORDER_THEME =
Wx::Border.new(268435456)
- BORDER_MASK =
Wx::Border.new(522190848)
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