Class: Wx::LocaleTagType

Inherits:
Enum
  • Object
show all
Defined in:
lib/wx/doc/gen/locale.rb

Overview

The type of a locale tag.

See Also:

  • Wx::LocaleIdent#get_tag

Requires:

  • USE_INTL

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 =

BCP47-like type: <language>[-<region>].

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 =

Windows type: <language>[-<region>][_<sortorder>].

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