Adw.PasswordEntryRow¶
- Subclasses:
None
Methods¶
- Inherited:
Adw.EntryRow (18), Adw.PreferencesRow (9), Gtk.ListBoxRow (12), Gtk.Widget (181), GObject.Object (37), Gtk.Accessible (15), Gtk.Buildable (1), Gtk.Actionable (5), Gtk.Editable (27)
- Structs:
class |
|
Virtual Methods¶
Properties¶
Signals¶
Fields¶
Class Details¶
- class Adw.PasswordEntryRow(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
A [class`EntryRow`] tailored for entering secrets.
<picture> <source srcset=”password-entry-row-dark.png” media=”(prefers-color-scheme: dark)”> <img src=”password-entry-row.png” alt=”password-entry-row”> </picture>
It does not show its contents in clear text, does not allow to copy it to the clipboard, and shows a warning when Caps Lock is engaged. If the underlying platform allows it,
AdwPasswordEntryRow
will also place the text in a non-pageable memory area, to avoid it being written out to disk by the operating system.It offer a way to reveal the contents in clear text.
- CSS Nodes
AdwPasswordEntryRow
has a single CSS node with namerow
that carries.entry
and.password
style classes.New in version 1.2.
- classmethod new()¶
- Returns:
the newly created
AdwPasswordEntryRow
- Return type:
Creates a new
AdwPasswordEntryRow
.New in version 1.2.