]> Pileus Git - ~andy/gtk/commit
Add a lock button widget
authorMatthias Clasen <mclasen@redhat.com>
Sat, 30 Apr 2011 03:40:47 +0000 (23:40 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Sat, 7 May 2011 02:44:38 +0000 (22:44 -0400)
commit1d647df176b6bf32e84d839cdb60a0f19d0ce2f3
treebfe520cd66664a71d99724f141249ce829d48435
parent5cb3f5ff0f184dbca0b155a60da1a9aef8243544
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
19 files changed:
docs/reference/gtk/Makefile.am
docs/reference/gtk/gtk-docs.sgml
docs/reference/gtk/gtk3-sections.txt
docs/reference/gtk/gtk3.types
docs/reference/gtk/images/lockbutton-locked.png [new file with mode: 0644]
docs/reference/gtk/images/lockbutton-sorry.png [new file with mode: 0644]
docs/reference/gtk/images/lockbutton-unlocked.png [new file with mode: 0644]
docs/reference/gtk/images/lockbutton.png [new file with mode: 0644]
docs/reference/gtk/visual_index.xml
docs/tools/widgets.c
gtk/Makefile.am
gtk/gtk.h
gtk/gtk.symbols
gtk/gtklockbutton.c [new file with mode: 0644]
gtk/gtklockbutton.h [new file with mode: 0644]
po-properties/POTFILES.in
po/POTFILES.in
tests/Makefile.am
tests/testlockbutton.c [new file with mode: 0644]