enum

Tput::Namespace::DockPosition

Inherits Enum / Comparable / Value / Object

Constants

LeftDock = 0
RightDock = 1
TopDock = 2
BottomDock = 3
DockCount = 4

Instance methods

bottom_dock?

Returns true if this enum value equals BottomDock

Source
dock_count?

Returns true if this enum value equals DockCount

Source
left_dock?

Returns true if this enum value equals LeftDock

Source
right_dock?

Returns true if this enum value equals RightDock

Source
top_dock?

Returns true if this enum value equals TopDock

Source