Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 402 Bytes

lockbutton.rst

File metadata and controls

10 lines (8 loc) · 402 Bytes

LockButton

The LockButton provides a way of unlocking and locking interfaces for access to privileged functions. Typically they are used when the user will need to authenticate to perform an action such as changing a password or editing a protected setting.

Constructor

The LockButton is constructed with the call:

GtkWidget *lockbutton = gtk_lock_button_new();