Class: Wx::LocaleInitFlags

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

Overview

Requires:

  • USE_INTL

Constant Summary collapse

LOCALE_DONT_LOAD_DEFAULT =

Don't load std.mo catalog.

Wx::LocaleInitFlags.new(0)
LOCALE_LOAD_DEFAULT =

Load std.mo (done by default).

Wx::LocaleInitFlags.new(1)