Class: Wx::LayoutDirection
- Defined in:
- lib/wx/doc/gen/locale.rb
Overview
This is the layout direction stored in LanguageInfo and returned by App#get_layout_direction, Window#get_layout_direction, DC#get_layout_direction for RTL (right-to-left) languages support.
Constant Summary collapse
- Layout_Default =
Wx::LayoutDirection.new(0)
- Layout_LeftToRight =
Wx::LayoutDirection.new(1)
- Layout_RightToLeft =
Wx::LayoutDirection.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