Orientation#

class Orientation#

Enum representing the orientation of widgets.

Members:

HORIZONTAL : Horizontal orientation.

VERTICAL : Vertical orientation.

__eq__(other) bool#
__getstate__() int#
__hash__() int#
__index__() int#
__init__(value) None#
__int__() int#
__ne__(other) bool#
__repr__() str#
__setstate__(state) None#
__str__() str#
name() str#
value() int#