summaryrefslogtreecommitdiff
path: root/gtk/gtk.h
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2011-04-29 23:40:47 -0400
committerMatthias Clasen <mclasen@redhat.com>2011-05-06 22:44:38 -0400
commit1d647df176b6bf32e84d839cdb60a0f19d0ce2f3 (patch)
treebfe520cd66664a71d99724f141249ce829d48435 /gtk/gtk.h
parent5cb3f5ff0f184dbca0b155a60da1a9aef8243544 (diff)
downloadgtk+-1d647df176b6bf32e84d839cdb60a0f19d0ce2f3.tar.gz
Add a lock button widget
This is a special-purpose button that can be used together with GPermission objects to control the sensitivity of system settings. Suitable permission objects can e.g. be obtained from PolicyKit. http://bugzilla.gnome.org/show_bug.cgi?id=626457
Diffstat (limited to 'gtk/gtk.h')
-rw-r--r--gtk/gtk.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk/gtk.h b/gtk/gtk.h
index 0a72d249cf..6d6b416c09 100644
--- a/gtk/gtk.h
+++ b/gtk/gtk.h
@@ -126,6 +126,7 @@
#include <gtk/gtklayout.h>
#include <gtk/gtklinkbutton.h>
#include <gtk/gtkliststore.h>
+#include <gtk/gtklockbutton.h>
#include <gtk/gtkmain.h>
#include <gtk/gtkmenu.h>
#include <gtk/gtkmenubar.h>