aboutsummaryrefslogtreecommitdiff
path: root/libdbusmenu-glib
diff options
context:
space:
mode:
authorTed Gould <ted@canonical.com>2009-09-02 16:07:11 -0500
committerTed Gould <ted@canonical.com>2009-09-02 16:07:11 -0500
commite7c1a0be55b9f48aa2efd74462e67181f9e7a4d2 (patch)
treeabf1f1b3e966fdf475d17bf0336f9fa738876a46 /libdbusmenu-glib
parentd3b9f1d9459e1476f305b9268b9280cf6bb0a25c (diff)
parentf100a3d4ea985e2aff4365ee685825e5b81b576a (diff)
downloadlibdbusmenu-e7c1a0be55b9f48aa2efd74462e67181f9e7a4d2.tar.gz
libdbusmenu-e7c1a0be55b9f48aa2efd74462e67181f9e7a4d2.tar.bz2
libdbusmenu-e7c1a0be55b9f48aa2efd74462e67181f9e7a4d2.zip
Merging in the sensitivity branch. It adds a property for adjusting the sensitivity of menu items.
Diffstat (limited to 'libdbusmenu-glib')
-rw-r--r--libdbusmenu-glib/menuitem.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libdbusmenu-glib/menuitem.h b/libdbusmenu-glib/menuitem.h
index 7806017..ebde0a0 100644
--- a/libdbusmenu-glib/menuitem.h
+++ b/libdbusmenu-glib/menuitem.h
@@ -51,6 +51,7 @@ G_BEGIN_DECLS
#define DBUSMENU_MENUITEM_SIGNAL_REALIZED_ID (g_signal_lookup(DBUSMENU_MENUITEM_SIGNAL_REALIZED, DBUSMENU_TYPE_MENUITEM))
#define DBUSMENU_MENUITEM_PROP_VISIBLE "visible"
+#define DBUSMENU_MENUITEM_PROP_SENSITIVE "sensitive"
#define DBUSMENU_MENUITEM_PROP_LABEL "label"
#define DBUSMENU_MENUITEM_PROP_ICON "icon"
#define DBUSMENU_MENUITEM_PROP_ICON_DATA "icon-data"