PasswordEntryRow
A class@EntryRow tailored for entering secrets.
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 name row
that carries .entry
and .password
style classes.
Since
1.2
Constructors
Properties
Whether activating the embedded entry can activate the default widget.
A list of Pango attributes to apply to the text of the embedded entry.
Whether to suggest emoji replacements on the entry row.
Additional input hints for the entry row.
The input purpose of the entry row.
Whether to show the apply button.
The length of the text in the entry row.
Whether the user can copy the title from the label.
Whether an embedded underline in the title indicates a mnemonic.
Functions
Emitted when the apply button is pressed.
Emitted when the embedded entry is activated.
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.
Retrieves the maximum length of the entry.
Gets whether @self can show the apply button.
Retrieves the current length of the text in @self.
Gets whether the user can copy the title from the label
Gets whether to use Pango markup for the title label.
Gets whether an embedded underline in the title indicates a mnemonic.
Causes @self to have keyboard focus without selecting the text.
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 the maximum length of the entry.
Sets whether @self can show the apply button.
Sets whether the user can copy the title from the label
Sets whether to use Pango markup for the title label.
Sets whether an embedded underline in the title indicates a mnemonic.