Package: gtk

Accessor gtk:password-entry-show-peek-icon

Lambda List

gtk:password-entry-show-peek-icon (object)

Syntax

(gtk:password-entry-show-peek-icon object) => setting
(setf (gtk:password-entry-show-peek-icon object) setting)

Arguments

object -- a gtk:password-entry widget
setting -- a boolean whether to show the peek icon

Details

Accessor of the show-peek-icon slot of the gtk:password-entry class. The gtk:password-entry-show-peek-icon function returns whether the password entry is showing a clickable icon to reveal the contents of the password entry in clear text. The (setf gtk:password-entry-show-peek-icon) function sets whether the password entry should have a clickable icon. Setting this to false also hides the text again.
 

See also

2024-12-5