Class: Wx::SystemScreenType
- Defined in:
- lib/wx/doc/gen/system_settings.rb
Overview
Values for different screen designs.
Constant Summary collapse
- SYS_SCREEN_NONE =
Undefined screen type.
Wx::SystemScreenType.new(0)
- SYS_SCREEN_TINY =
Tiny screen, less than 320x240.
Wx::SystemScreenType.new(1)
- SYS_SCREEN_PDA =
PDA screen, 320x240 or more but less than 640x480.
Wx::SystemScreenType.new(2)
- SYS_SCREEN_SMALL =
Small screen, 640x480 or more but less than 800x600.
Wx::SystemScreenType.new(3)
- SYS_SCREEN_DESKTOP =
Desktop screen, 800x600 or more.
Wx::SystemScreenType.new(4)
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