Enums

Details

class GtkLayerShell.Edge(value)

Bases: GLib.Enum

LEFT = 0

The left edge of the screen.

RIGHT = 1

The right edge of the screen.

TOP = 2

The top edge of the screen.

BOTTOM = 3

The bottom edge of the screen.

ENTRY_NUMBER = 4

Should not be used except to get the number of entries. (NOTE: may change in future releases as more entries are added)

class GtkLayerShell.KeyboardMode(value)

Bases: GLib.Enum

NONE = 0

This window should not receive keyboard events.

EXCLUSIVE = 1

This window should have exclusive focus if it is on the top or overlay layer.

ON_DEMAND = 2

The user should be able to focus and unfocues this window in an implementation defined way. Not supported for protocol version < 4.

ENTRY_NUMBER = 3

Should not be used except to get the number of entries. (NOTE: may change in future releases as more entries are added)

class GtkLayerShell.Layer(value)

Bases: GLib.Enum

BACKGROUND = 0

The background layer.

BOTTOM = 1

The bottom layer.

TOP = 2

The top layer.

OVERLAY = 3

The overlay layer.

ENTRY_NUMBER = 4

Should not be used except to get the number of entries. (NOTE: may change in future releases as more entries are added)