Enums

Details

class Dbusmenu.Status(value)

Bases: GLib.Enum

Tracks how the menus should be presented to the user.

NORMAL = 0

Everything is normal

NOTICE = 1

The menus should be shown at a higher priority

class Dbusmenu.TextDirection(value)

Bases: GLib.Enum

The direction of text that the strings that this server will be sending strings as.

NONE = 0

Unspecified text direction

LTR = 1

Left-to-right text direction

RTL = 2

Right-to-left text direction