EntryRow
A class@Gtk.ListBoxRow with an embedded text entry.
AdwEntryRow
has a title that doubles as placeholder text. It shows an icon indicating that it's editable and can receive additional widgets before or after the editable part.
If property@EntryRow:show-apply-button is set to TRUE
, AdwEntryRow
can show an apply button when editing its contents. This can be useful if changing its contents can result in an expensive operation, such as network activity.
AdwEntryRow
provides only minimal API and should be used with the iface@Gtk.Editable API.
See also class@PasswordEntryRow.
AdwEntryRow as GtkBuildable
The AdwEntryRow
implementation of the iface@Gtk.Buildable interface supports adding a child at its end by specifying “suffix” or omitting the “type” attribute of a
It also supports adding a child as a prefix widget by specifying “prefix” as the “type” attribute of a
CSS nodes
AdwEntryRow
has a single CSS node with name row
and the .entry
style class.
Since
1.2
Inheritors
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.