Class: Wx::WindowVariant
Overview
Different window variants, on platforms like eg mac uses different rendering sizes.
Constant Summary collapse
- WINDOW_VARIANT_NORMAL =
Normal size.
Wx::WindowVariant.new(0)
- WINDOW_VARIANT_SMALL =
Smaller size (about 25 % smaller than normal)
Wx::WindowVariant.new(1)
- WINDOW_VARIANT_MINI =
Mini size (about 33 % smaller than normal)
Wx::WindowVariant.new(2)
- WINDOW_VARIANT_LARGE =
Large size (about 25 % larger than normal)
Wx::WindowVariant.new(3)
- WINDOW_VARIANT_MAX =
Wx::WindowVariant.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