Class: Wx::LocaleCategory

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

Overview

The category of locale settings.

See Also:

Requires:

  • USE_INTL

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)