Class: Wx::LocaleInitFlags
- Defined in:
- lib/wx/doc/gen/locale.rb
Overview
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)
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