PositionType#

class PositionType#

Describes which edge of a widget a certain feature is positioned at.

For examples, see the tabs of a Notebook, or the label of a Scale.

Fields#

class PositionType
BOTTOM#

The feature is at the bottom edge.

LEFT#

The feature is at the left edge.

RIGHT#

The feature is at the right edge.

TOP#

The feature is at the top edge.