Gjsify LogoGjsify Logo

Index

Enumerations

Classes

Interfaces

Variables

Variables

CLIENT_PROP_DBUS_NAME: string

String to access property #DbusmenuClient:dbus-name

CLIENT_PROP_DBUS_OBJECT: string

String to access property #DbusmenuClient:dbus-object

CLIENT_PROP_GROUP_EVENTS: string

String to access property #DbusmenuClient:group-events

CLIENT_PROP_STATUS: string

String to access property #DbusmenuClient:status

CLIENT_PROP_TEXT_DIRECTION: string

String to access property #DbusmenuClient:text-direction

CLIENT_SIGNAL_EVENT_RESULT: string

String to attach to signal #DbusmenuClient::event-result

CLIENT_SIGNAL_ICON_THEME_DIRS_CHANGED: string

String to attach to signal #DbusmenuClient::icon-theme-dirs-changed

CLIENT_SIGNAL_ITEM_ACTIVATE: string

String to attach to signal #DbusmenuClient::item-activate

CLIENT_SIGNAL_LAYOUT_UPDATED: string

String to attach to signal #DbusmenuClient::layout-updated

CLIENT_SIGNAL_NEW_MENUITEM: string

String to attach to signal #DbusmenuClient::new-menuitem

CLIENT_SIGNAL_ROOT_CHANGED: string

String to attach to signal #DbusmenuClient::root-changed

CLIENT_TYPES_DEFAULT: string

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

CLIENT_TYPES_IMAGE: string

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.

CLIENT_TYPES_SEPARATOR: string

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

MENUITEM_CHILD_DISPLAY_SUBMENU: string

Used in #DBUSMENU_MENUITEM_PROP_CHILD_DISPLAY to have the subitems displayed as a submenu.

MENUITEM_DISPOSITION_ALERT: string

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.

MENUITEM_DISPOSITION_INFORMATIVE: string

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.

MENUITEM_DISPOSITION_NORMAL: string

Used in #DBUSMENU_MENUITEM_PROP_DISPOSITION to have a menu item displayed in the normal manner. Default value.

MENUITEM_DISPOSITION_WARNING: string

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.

MENUITEM_EVENT_ACTIVATED: string

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

MENUITEM_EVENT_CLOSED: string

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

MENUITEM_EVENT_OPENED: string

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

MENUITEM_ICON_NAME_BLANK: string

Used to set #DBUSMENU_MENUITEM_PROP_TOGGLE_STATE so that the menu's toggle item is undecided.

MENUITEM_PROP_ACCESSIBLE_DESC: string

#DbusmenuMenuitem 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.

MENUITEM_PROP_CHILD_DISPLAY: string

#DbusmenuMenuitem 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

MENUITEM_PROP_DISPOSITION: string

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

MENUITEM_PROP_ENABLED: string

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

MENUITEM_PROP_ICON_DATA: string

#DbusmenuMenuitem 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()

MENUITEM_PROP_ICON_NAME: string

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

MENUITEM_PROP_LABEL: string

#DbusmenuMenuitem property used for the text on the menu item.

MENUITEM_PROP_SHORTCUT: string

#DbusmenuMenuitem 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()

MENUITEM_PROP_TOGGLE_STATE: string

#DbusmenuMenuitem 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.

MENUITEM_PROP_TOGGLE_TYPE: string

#DbusmenuMenuitem 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

MENUITEM_PROP_TYPE: string

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

MENUITEM_PROP_VISIBLE: string

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

MENUITEM_SHORTCUT_ALT: string

Used in #DBUSMENU_MENUITEM_PROP_SHORTCUT to represent the alternate key.

MENUITEM_SHORTCUT_CONTROL: string

Used in #DBUSMENU_MENUITEM_PROP_SHORTCUT to represent the control key.

MENUITEM_SHORTCUT_SHIFT: string

Used in #DBUSMENU_MENUITEM_PROP_SHORTCUT to represent the shift key.

MENUITEM_SHORTCUT_SUPER: string

Used in #DBUSMENU_MENUITEM_PROP_SHORTCUT to represent the super key.

MENUITEM_SIGNAL_ABOUT_TO_SHOW: string

String to attach to signal #DbusmenuServer::about-to-show

MENUITEM_SIGNAL_CHILD_ADDED: string

String to attach to signal #DbusmenuServer::child-added

MENUITEM_SIGNAL_CHILD_MOVED: string

String to attach to signal #DbusmenuServer::child-moved

MENUITEM_SIGNAL_CHILD_REMOVED: string

String to attach to signal #DbusmenuServer::child-removed

MENUITEM_SIGNAL_EVENT: string

String to attach to signal #DbusmenuServer::event

MENUITEM_SIGNAL_ITEM_ACTIVATED: string

String to attach to signal #DbusmenuServer::item-activated

MENUITEM_SIGNAL_PROPERTY_CHANGED: string

String to attach to signal #DbusmenuServer::property-changed

MENUITEM_SIGNAL_REALIZED: string

String to attach to signal #DbusmenuServer::realized

MENUITEM_SIGNAL_SHOW_TO_USER: string

String to attach to signal #DbusmenuServer::show-to-user

MENUITEM_TOGGLE_CHECK: string

Used to set #DBUSMENU_MENUITEM_PROP_TOGGLE_TYPE to be a standard check mark item.

MENUITEM_TOGGLE_RADIO: string

Used to set #DBUSMENU_MENUITEM_PROP_TOGGLE_TYPE to be a standard radio item.

MENUITEM_TOGGLE_STATE_CHECKED: number

Used to set #DBUSMENU_MENUITEM_PROP_TOGGLE_STATE so that the menu's toggle item is filled.

MENUITEM_TOGGLE_STATE_UNCHECKED: number

Used to set #DBUSMENU_MENUITEM_PROP_TOGGLE_STATE so that the menu's toggle item is empty.

MENUITEM_TOGGLE_STATE_UNKNOWN: number

Used to set #DBUSMENU_MENUITEM_PROP_TOGGLE_STATE so that the menu's toggle item is undecided.

SERVER_PROP_DBUS_OBJECT: string

String to access property #DbusmenuServer:dbus-object

SERVER_PROP_ROOT_NODE: string

String to access property #DbusmenuServer:root-node

SERVER_PROP_STATUS: string

String to access property #DbusmenuServer:status

SERVER_PROP_TEXT_DIRECTION: string

String to access property #DbusmenuServer:text-direction

SERVER_PROP_VERSION: string

String to access property #DbusmenuServer:version

SERVER_SIGNAL_ID_PROP_UPDATE: string

String to attach to signal #DbusmenuServer::item-property-updated

SERVER_SIGNAL_ID_UPDATE: string

String to attach to signal #DbusmenuServer::item-updated

SERVER_SIGNAL_ITEM_ACTIVATION: string

String to attach to signal #DbusmenuServer::item-activation-requested

SERVER_SIGNAL_LAYOUT_UPDATED: string

String to attach to signal #DbusmenuServer::layout-updated

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method