Package: gtk

Accessor gtk:lock-button-text-unlock

Lambda List

gtk:lock-button-text-unlock (object)

Syntax

(gtk:lock-button-text-unlock object) => text
(setf (gtk:lock-button-text-unlock object) text)

Arguments

object -- a gtk:lock-button widget
text -- a string for the text to display

Details

The accessor for the text-unlock slot of the gtk:lock-button class gets or sets the text to display when prompting the user to unlock.

Warning

The gtk:lock-button implementation has been deprecated since version 4.10 and should not be used in newly written code. This widget will be removed in GTK 5.
 

See also

2025-08-20