Constants

Details

Dbusmenu.CLIENT_PROP_DBUS_NAME = 'dbus-name'

String to access property Dbusmenu.Client :dbus-name

Dbusmenu.CLIENT_PROP_DBUS_OBJECT = 'dbus-object'

String to access property Dbusmenu.Client :dbus-object

Dbusmenu.CLIENT_PROP_GROUP_EVENTS = 'group-events'

String to access property Dbusmenu.Client :group-events

Dbusmenu.CLIENT_PROP_STATUS = 'status'

String to access property Dbusmenu.Client :status

Dbusmenu.CLIENT_PROP_TEXT_DIRECTION = 'text-direction'

String to access property Dbusmenu.Client :text-direction

Dbusmenu.CLIENT_SIGNAL_EVENT_RESULT = 'event-result'

String to attach to signal Dbusmenu.Client ::event-result

Dbusmenu.CLIENT_SIGNAL_ICON_THEME_DIRS_CHANGED = 'icon-theme-dirs-changed'

String to attach to signal Dbusmenu.Client ::icon-theme-dirs-changed

Dbusmenu.CLIENT_SIGNAL_ITEM_ACTIVATE = 'item-activate'

String to attach to signal Dbusmenu.Client ::item-activate

Dbusmenu.CLIENT_SIGNAL_LAYOUT_UPDATED = 'layout-updated'

String to attach to signal Dbusmenu.Client ::layout-updated

Dbusmenu.CLIENT_SIGNAL_NEW_MENUITEM = 'new-menuitem'

String to attach to signal Dbusmenu.Client ::new-menuitem

Dbusmenu.CLIENT_SIGNAL_ROOT_CHANGED = 'root-changed'

String to attach to signal Dbusmenu.Client ::root-changed

Dbusmenu.CLIENT_TYPES_DEFAULT = 'standard'

Used to set the ‘type’ property on a menu item to create a standard menu item.

Dbusmenu.CLIENT_TYPES_IMAGE = 'standard'

Used to set the ‘type’ property on a menu item to create an image menu item. Deprecated as standard menu items now support images as well.

Dbusmenu.CLIENT_TYPES_SEPARATOR = 'separator'

Used to set the ‘type’ property on a menu item to create a separator menu item.

Dbusmenu.MENUITEM_CHILD_DISPLAY_SUBMENU = 'submenu'

Used in Dbusmenu.MENUITEM_PROP_CHILD_DISPLAY to have the subitems displayed as a submenu.

Dbusmenu.MENUITEM_DISPOSITION_ALERT = 'alert'

Used in Dbusmenu.MENUITEM_PROP_DISPOSITION to have a menu item displayed in a way that conveys it’s giving an alert to the user.

Dbusmenu.MENUITEM_DISPOSITION_INFORMATIVE = 'informative'

Used in Dbusmenu.MENUITEM_PROP_DISPOSITION to have a menu item displayed in a way that conveys it’s giving additional information to the user.

Dbusmenu.MENUITEM_DISPOSITION_NORMAL = 'normal'

Used in Dbusmenu.MENUITEM_PROP_DISPOSITION to have a menu item displayed in the normal manner. Default value.

Dbusmenu.MENUITEM_DISPOSITION_WARNING = 'warning'

Used in Dbusmenu.MENUITEM_PROP_DISPOSITION to have a menu item displayed in a way that conveys it’s giving a warning to the user.

Dbusmenu.MENUITEM_EVENT_ACTIVATED = 'clicked'

String for the event identifier when a menu item is clicked on by the user.

Dbusmenu.MENUITEM_EVENT_CLOSED = 'closed'

String for the event identifier when a menu is closed and displayed to the user. Only valid for items that contain submenus.

Dbusmenu.MENUITEM_EVENT_OPENED = 'opened'

String for the event identifier when a menu is opened and displayed to the user. Only valid for items that contain submenus.

Dbusmenu.MENUITEM_ICON_NAME_BLANK = 'blank-icon'

Used to set Dbusmenu.MENUITEM_PROP_TOGGLE_STATE so that the menu’s toggle item is undecided.

Dbusmenu.MENUITEM_PROP_ACCESSIBLE_DESC = 'accessible-desc'

Dbusmenu.Menuitem property used to provide a textual description of any information that the icon may convey. The contents of this property are passed through to assistive technologies such as the Orca screen reader. The contents of this property will not be visible in the menu item. If this property is set, Orca will use this property instead of the label property.

Dbusmenu.MENUITEM_PROP_CHILD_DISPLAY = 'children-display'

Dbusmenu.Menuitem property that tells how the children of this menuitem should be displayed. Most likely this will be unset or of the value Dbusmenu.MENUITEM_CHILD_DISPLAY_SUBMENU. Type: #G_VARIANT_TYPE_STRING

Dbusmenu.MENUITEM_PROP_DISPOSITION = 'disposition'

Dbusmenu.Menuitem property to tell what type of information that the menu item is displaying to the user. Type: #G_VARIANT_TYPE_STRING

Dbusmenu.MENUITEM_PROP_ENABLED = 'enabled'

Dbusmenu.Menuitem property used to represent whether the menuitem is clickable or not. Type: #G_VARIANT_TYPE_BOOLEAN.

Dbusmenu.MENUITEM_PROP_ICON_DATA = 'icon-data'

Dbusmenu.Menuitem property that is the raw data of a custom icon used in the application. Type: #G_VARIANT_TYPE_VARIANT

It is recommended that this is not set directly but instead the libdbusmenu-gtk library is used with the function dbusmenu_menuitem_property_set_image()

Dbusmenu.MENUITEM_PROP_ICON_NAME = 'icon-name'

Dbusmenu.Menuitem property that is the name of the icon under the Freedesktop.org icon naming spec. Type: #G_VARIANT_TYPE_STRING

Dbusmenu.MENUITEM_PROP_LABEL = 'label'

Dbusmenu.Menuitem property used for the text on the menu item.

Dbusmenu.MENUITEM_PROP_SHORTCUT = 'shortcut'

Dbusmenu.Menuitem property that is the entries that represent a shortcut to activate the menuitem. It is an array of arrays of strings.

It is recommended that this is not set directly but instead the libdbusmenu-gtk library is used with the function dbusmenu_menuitem_property_set_shortcut()

Dbusmenu.MENUITEM_PROP_TOGGLE_STATE = 'toggle-state'

Dbusmenu.Menuitem property that says what state a toggle entry should be shown as the menu. Should be either Dbusmenu.MENUITEM_TOGGLE_STATE_UNCHECKED Dbusmenu.MENUITEM_TOGGLE_STATE_CHECKED or #DBUSMENU_MENUITEM_TOGGLE_STATUE_UNKNOWN.

Dbusmenu.MENUITEM_PROP_TOGGLE_TYPE = 'toggle-type'

Dbusmenu.Menuitem property that says what type of toggle entry should be shown in the menu. Should be either Dbusmenu.MENUITEM_TOGGLE_CHECK or Dbusmenu.MENUITEM_TOGGLE_RADIO. Type: #G_VARIANT_TYPE_STRING

Dbusmenu.MENUITEM_PROP_TYPE = 'type'

Dbusmenu.Menuitem property used to represent what type of menuitem this object represents. Type: #G_VARIANT_TYPE_STRING.

Dbusmenu.MENUITEM_PROP_VISIBLE = 'visible'

Dbusmenu.Menuitem property used to represent whether the menuitem should be shown or not. Type: #G_VARIANT_TYPE_BOOLEAN.

Dbusmenu.MENUITEM_SHORTCUT_ALT = 'Alt'

Used in Dbusmenu.MENUITEM_PROP_SHORTCUT to represent the alternate key.

Dbusmenu.MENUITEM_SHORTCUT_CONTROL = 'Control'

Used in Dbusmenu.MENUITEM_PROP_SHORTCUT to represent the control key.

Dbusmenu.MENUITEM_SHORTCUT_SHIFT = 'Shift'

Used in Dbusmenu.MENUITEM_PROP_SHORTCUT to represent the shift key.

Dbusmenu.MENUITEM_SHORTCUT_SUPER = 'Super'

Used in Dbusmenu.MENUITEM_PROP_SHORTCUT to represent the super key.

Dbusmenu.MENUITEM_SIGNAL_ABOUT_TO_SHOW = 'about-to-show'

String to attach to signal Dbusmenu.Server ::about-to-show

Dbusmenu.MENUITEM_SIGNAL_CHILD_ADDED = 'child-added'

String to attach to signal Dbusmenu.Server ::child-added

Dbusmenu.MENUITEM_SIGNAL_CHILD_MOVED = 'child-moved'

String to attach to signal Dbusmenu.Server ::child-moved

Dbusmenu.MENUITEM_SIGNAL_CHILD_REMOVED = 'child-removed'

String to attach to signal Dbusmenu.Server ::child-removed

Dbusmenu.MENUITEM_SIGNAL_EVENT = 'event'

String to attach to signal Dbusmenu.Server ::event

Dbusmenu.MENUITEM_SIGNAL_ITEM_ACTIVATED = 'item-activated'

String to attach to signal Dbusmenu.Server ::item-activated

Dbusmenu.MENUITEM_SIGNAL_PROPERTY_CHANGED = 'property-changed'

String to attach to signal Dbusmenu.Server ::property-changed

Dbusmenu.MENUITEM_SIGNAL_REALIZED = 'realized'

String to attach to signal Dbusmenu.Server ::realized

Dbusmenu.MENUITEM_SIGNAL_SHOW_TO_USER = 'show-to-user'

String to attach to signal Dbusmenu.Server ::show-to-user

Dbusmenu.MENUITEM_TOGGLE_CHECK = 'checkmark'

Used to set Dbusmenu.MENUITEM_PROP_TOGGLE_TYPE to be a standard check mark item.

Dbusmenu.MENUITEM_TOGGLE_RADIO = 'radio'

Used to set Dbusmenu.MENUITEM_PROP_TOGGLE_TYPE to be a standard radio item.

Dbusmenu.MENUITEM_TOGGLE_STATE_CHECKED = 1

Used to set Dbusmenu.MENUITEM_PROP_TOGGLE_STATE so that the menu’s toggle item is filled.

Dbusmenu.MENUITEM_TOGGLE_STATE_UNCHECKED = 0

Used to set Dbusmenu.MENUITEM_PROP_TOGGLE_STATE so that the menu’s toggle item is empty.

Dbusmenu.MENUITEM_TOGGLE_STATE_UNKNOWN = -1

Used to set Dbusmenu.MENUITEM_PROP_TOGGLE_STATE so that the menu’s toggle item is undecided.

Dbusmenu.SERVER_PROP_DBUS_OBJECT = 'dbus-object'

String to access property Dbusmenu.Server :dbus-object

Dbusmenu.SERVER_PROP_ROOT_NODE = 'root-node'

String to access property Dbusmenu.Server :root-node

Dbusmenu.SERVER_PROP_STATUS = 'status'

String to access property Dbusmenu.Server :status

Dbusmenu.SERVER_PROP_TEXT_DIRECTION = 'text-direction'

String to access property Dbusmenu.Server :text-direction

Dbusmenu.SERVER_PROP_VERSION = 'version'

String to access property Dbusmenu.Server :version

Dbusmenu.SERVER_SIGNAL_ID_PROP_UPDATE = 'item-property-updated'

String to attach to signal Dbusmenu.Server ::item-property-updated

Dbusmenu.SERVER_SIGNAL_ID_UPDATE = 'item-updated'

String to attach to signal Dbusmenu.Server ::item-updated

Dbusmenu.SERVER_SIGNAL_ITEM_ACTIVATION = 'item-activation-requested'

String to attach to signal Dbusmenu.Server ::item-activation-requested

Dbusmenu.SERVER_SIGNAL_LAYOUT_UPDATED = 'layout-updated'

String to attach to signal Dbusmenu.Server ::layout-updated