Class: Wx::LayoutDirection

Inherits:
Enum
  • Object
show all
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.

Requires:

  • USE_INTL

Constant Summary collapse

Layout_Default =
Wx::LayoutDirection.new(0)
Layout_LeftToRight =
Wx::LayoutDirection.new(1)
Layout_RightToLeft =
Wx::LayoutDirection.new(2)