summaryrefslogtreecommitdiff
path: root/gtk/gtklockbutton.c
Commit message (Collapse)AuthorAgeFilesLines
* lockbutton: ensure the lock symbolic icon is rendered 16x16pxCosimo Cecchi2011-06-061-1/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=651734
* Simplify GtkLockButtonMatthias Clasen2011-05-251-214/+75
| | | | | Now it is actually just a button, which makes things simpler and is closer to what the designers want.
* Allow NULL permissionsMatthias Clasen2011-05-211-2/+2
| | | | This is useful in some scenarios.
* Add a lock button widgetMatthias Clasen2011-05-061-0/+703
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