Creates a new adw.password_entry_row.PasswordEntryRow.
Returns this, for use in with statements.
Returns this, for use in with statements.
Adds a prefix widget to self.
Adds a suffix widget to self.
Gets whether activating the embedded entry can activate the default widget.
Gets Pango attributes applied to the text of the embedded entry.
Gets whether to suggest emoji replacements on self.
Gets the additional input hints of self.
Gets the input purpose of self.
Gets whether self can show the apply button.
Retrieves the current length of the text in self.
Causes self to have keyboard focus without selecting the text.
Removes a child from self.
Sets whether activating the embedded entry can activate the default widget.
Sets Pango attributes to apply to the text of the embedded entry.
Sets whether to suggest emoji replacements on self.
Set additional input hints for self.
Sets the input purpose of self.
Sets whether self can show the apply button.
Connect to Apply signal.
Connect to EntryActivated signal.
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, adw.password_entry_row.PasswordEntryRow 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
adw.password_entry_row.PasswordEntryRow has a single CSS node with name row that carries .entry and .password style classes.