Gtk.PositionType

Describes which edge of a widget a certain feature is positioned at, e.g. the tabs of a Gtk.Notebook, the handle of a Gtk.HandleBox or the label of a Gtk.Scale.

PositionType.LEFT

The feature is at the left edge.

PositionType.RIGHT

The feature is at the right edge.

PositionType.TOP

The feature is at the top edge.

PositionType.BOTTOM

The feature is at the bottom edge.