Class: Wx::Bitness
Overview
The architecture bitness of the operating system (regardless of the build environment of wxWidgets library - see is_platform64bit documentation for more info).
Constant Summary collapse
- BITNESS_INVALID =
returned on error
Wx::Bitness.new(-1)
- BITNESS_32 =
32 bit
Wx::Bitness.new(0)
- BITNESS_64 =
64 bit
Wx::Bitness.new(1)
- BITNESS_MAX =
Wx::Bitness.new(2)
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