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

The accessor for the show-peek-icon slot of the gtk:password-entry class gets or sets whether the password entry is showing a clickable icon to reveal the contents of the password entry in clear text. Setting this to false also hides the text again.
 

See also

2025-08-20