diff options
author | Ted Gould <ted@gould.cx> | 2011-03-16 14:01:25 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2011-03-16 14:01:25 -0500 |
commit | 3c9af9576901318917a4c20ab668742255bbe429 (patch) | |
tree | ff02b9f31e4137b92ab500044c079eb0dd8e0599 /libdbusmenu-glib/menuitem.h | |
parent | cec350b1d24eeeb308fd02846bf637d4ec92fbb5 (diff) | |
parent | 0c14221e10d1adb346b4c22d7ff503be52a62899 (diff) | |
download | libdbusmenu-3c9af9576901318917a4c20ab668742255bbe429.tar.gz libdbusmenu-3c9af9576901318917a4c20ab668742255bbe429.tar.bz2 libdbusmenu-3c9af9576901318917a4c20ab668742255bbe429.zip |
Import upstream version 0.3.102
Diffstat (limited to 'libdbusmenu-glib/menuitem.h')
-rw-r--r-- | libdbusmenu-glib/menuitem.h | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/libdbusmenu-glib/menuitem.h b/libdbusmenu-glib/menuitem.h index f4eb989..afd1d4e 100644 --- a/libdbusmenu-glib/menuitem.h +++ b/libdbusmenu-glib/menuitem.h @@ -267,6 +267,32 @@ G_BEGIN_DECLS */ #define DBUSMENU_MENUITEM_CHILD_DISPLAY_SUBMENU "submenu" +/** + * DBUSMENU_MENUITEM_EVENT_ACTIVATED: + * + * String for the event identifier when a menu item is clicked + * on by the user. + */ +#define DBUSMENU_MENUITEM_EVENT_ACTIVATED "clicked" + +/** + * DBUSMENU_MENUITEM_EVENT_OPENED: + * + * String for the event identifier when a menu is opened and + * displayed to the user. Only valid for items that contain + * submenus. + */ +#define DBUSMENU_MENUITEM_EVENT_OPENED "opened" + +/** + * DBUSMENU_MENUITEM_EVENT_CLOSED: + * + * String for the event identifier when a menu is closed and + * displayed to the user. Only valid for items that contain + * submenus. + */ +#define DBUSMENU_MENUITEM_EVENT_CLOSED "closed" + typedef struct _DbusmenuMenuitemPrivate DbusmenuMenuitemPrivate; /** |