Class: Wx::Orientation

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

Overview

A generic orientation value.

Constant Summary collapse

HORIZONTAL =
Wx::Orientation.new(4)
VERTICAL =
Wx::Orientation.new(8)
BOTH =

A mask value to indicate both vertical and horizontal orientations.

Wx::Orientation.new(12)
ORIENTATION_MASK =

A synonym for BOTH.

Wx::Orientation.new(12)