diff options
author | Matthias Clasen <mclasen@redhat.com> | 2011-04-29 23:40:47 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2011-05-06 22:44:38 -0400 |
commit | 1d647df176b6bf32e84d839cdb60a0f19d0ce2f3 (patch) | |
tree | bfe520cd66664a71d99724f141249ce829d48435 /gtk/gtk.h | |
parent | 5cb3f5ff0f184dbca0b155a60da1a9aef8243544 (diff) | |
download | gtk+-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.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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> |