Class: Wx::LocaleCategory
Overview
The category of locale settings.
Constant Summary collapse
- LOCALE_CAT_NUMBER =
Number formatting.
Wx::LocaleCategory.new(0)
- LOCALE_CAT_DATE =
Date/time formatting.
Wx::LocaleCategory.new(1)
- LOCALE_CAT_MONEY =
Monetary values formatting.
Wx::LocaleCategory.new(2)
- LOCALE_CAT_DEFAULT =
Default category for the Wx::LocaleInfo value.
Wx::LocaleCategory.new(3)
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