Enums

Details

class Panel.Area(value)

Bases: GObject.GEnum

The area of the panel.

START = 0

the area of the panel that is at the horizontal start. The side is defined by the direction of the user language. In English, it is the left side.

END = 1

the area of the panel that is at the end.

TOP = 2

the area at the top of the panel.

BOTTOM = 3

the area at the bottom of the panel.

CENTER = 4

the area that would be considered as the main area, always revealed.