Class: Wx::LocaleName
Overview
The values understood by Wx::UILocale#get_localized_name.
The corresponding strings can be used to display the information in the UI.
Constant Summary collapse
- LOCALE_NAME_LOCALE =
Display name of a locale.
Wx::LocaleName.new(0)
- LOCALE_NAME_LANGUAGE =
Display name of the language of a locale.
Wx::LocaleName.new(1)
- LOCALE_NAME_COUNTRY =
Display name of the country/region of a locale.
Wx::LocaleName.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