Enums¶
Details¶
- class Libxfce4ui.GtkMenuItem(value)¶
Bases:
GLib.Enum
List of item types which are supported by the
Libxfce4ui.GtkActionEntry
. To be extended if required.- MENU_ITEM = 0¶
see
Gtk.MenuItem
- IMAGE_MENU_ITEM = 1¶
- CHECK_MENU_ITEM = 2¶
- RADIO_MENU_ITEM = 3¶
- class Libxfce4ui.SMClientPriority(value)¶
Bases:
GLib.Enum
Some sample priority values for use with
Libxfce4ui.SMClient.set_priority
().- HIGHEST = 0¶
A high priority value. You probably don’t want to use this.
- WM = 15¶
A priority value for use by the window manager.
- CORE = 25¶
A priority value for use by applications that place windows on the screen and possibly set window manager struts.
- LOWEST = 255¶
The lowest possible priority value.
- DESKTOP = 35¶
A priority value for use by applications that draw on the desktop.
- DEFAULT = 50¶
A priority value for regular applications.
- class Libxfce4ui.SMClientRestartStyle(value)¶
Bases:
GLib.Enum
An enumeration describing how the session manager should restart the application.
- NORMAL = 0¶
Only restart the application if it is still running when the session is next saved.
- IMMEDIATELY = 1¶
Immediately restart the application if it ever quits.