Class: Wx::LayoutOrientation

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

Overview

Enumeration used by LayoutAlgorithm.

Requires:

  • USE_SASH

Constant Summary collapse

LAYOUT_HORIZONTAL =
Wx::LayoutOrientation.new(0)
LAYOUT_VERTICAL =
Wx::LayoutOrientation.new(1)