Module: Gtk::PositionType

Defined in:
(unknown)

Constant Summary collapse

LEFT =

The feature is at the left edge.

0 or :left
RIGHT =

The feature is at the right edge.

1 or :right
TOP =

The feature is at the top edge.

2 or :top
BOTTOM =

The feature is at the bottom edge.

3 or :bottom