adw.entry_row.EntryRow 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, adw.entry_row.EntryRow 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.
The adw.entry_row.EntryRow implementation of the gtk.buildable.Buildable interface
supports adding a child at its end by specifying “suffix” or omitting the
“type” attribute of a <child> element.
It also supports adding a child as a prefix widget by specifying “prefix” as
the “type” attribute of a <child> element.
A gtk.list_box_row.ListBoxRow with an embedded text entry.
<picture> <source srcset="entry-row-dark.png" media="(prefers-color-scheme: dark)"> <img src="entry-row.png" alt="entry-row"> </picture>
adw.entry_row.EntryRow 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, adw.entry_row.EntryRow 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.
adw.entry_row.EntryRow provides only minimal API and should be used with the gtk.editable.Editable API.
See also class@PasswordEntryRow.
AdwEntryRow as GtkBuildable
The adw.entry_row.EntryRow implementation of the gtk.buildable.Buildable interface supports adding a child at its end by specifying “suffix” or omitting the “type” attribute of a <child> element.
It also supports adding a child as a prefix widget by specifying “prefix” as the “type” attribute of a <child> element.
CSS nodes
adw.entry_row.EntryRow has a single CSS node with name row and the .entry style class.