Package: gtk
Class gtk:password-entry
Superclassesgtk:widget, gobject:initially-unowned, gtk:accessible, gtk:buildable, gtk:constraint-target, gtk:editable, gobject:object, common-lisp:standard-object, common-lisp:t Documented Subclasses
None
Direct SlotsDetails The gtk:password-entry class is a text entry that has been tailored
for entering secrets. ![]() It does not show its contents in clear text, does not allow to copy it to the clipboard, and it shows a warning when the Caps Lock key is engaged. If the underlying platform allows it, the gtk:password-entry widget will also place the text in a non-pageable memory area, to avoid it being written out to disk by the operating system. Optionally, it can offer a way to reveal the contents in clear text. The gtk:password-entry widget provides only minimal API and should be used with the gtk:editable API. CSS Nodesentry.password ╰── text ├── image.caps-lock-indicator ┊The gtk:password-entry implementation has a single CSS node with name entry that carries a .passwordstyle style class. The text CSS node below it has a child with name image and .caps-lock-indicator style class for the Caps Lock icon, and possibly other children. AccessibilitySignal DetailsThe "activate" signallambda (entry) :action
| Returned bySlot Access Functions
Inherited Slot Access FunctionsSee also |
2024-12-5