Class: Wx::LocaleTagType
Overview
The type of a locale tag.
Constant Summary collapse
- LOCALE_TAGTYPE_DEFAULT =
Default (tag as given or else same as LOCALE_TAGTYPE_SYSTEM)
Wx::LocaleTagType.new(0)
- LOCALE_TAGTYPE_SYSTEM =
Default type of the system (platform-dependent).
Wx::LocaleTagType.new(1)
- LOCALE_TAGTYPE_BCP47 =
Wx::LocaleTagType.new(2)
- LOCALE_TAGTYPE_MACOS =
macOS type: <language>[_<region>].
Wx::LocaleTagType.new(3)
- LOCALE_TAGTYPE_POSIX =
POSIX type: <language>_<region>[@<scriptalias>|<modifier>].
Wx::LocaleTagType.new(4)
- LOCALE_TAGTYPE_WINDOWS =
Wx::LocaleTagType.new(5)
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