Class
AdwButtonRow
unstable since: 1.6
[−]
Description [src]
final class Adw.ButtonRow : Adw.PreferencesRow
implements Gtk.Accessible, Gtk.Actionable, Gtk.Buildable, Gtk.ConstraintTarget {
/* No available fields */
}
A GtkListBoxRow
that looks like a button.
The AdwButtonRow
widget has a title and two icons: before and after the title.
It is convenient to present actions like “Delete” at the end of a boxed list.
AdwButtonRow
is always activatable.
CSS nodes
AdwButtonRow
has a main CSS node with name row
and the style class
.button
.
It contains the subnode box
for its main horizontal box, which contains the
nodes: image.icon.start
for the start icon, label.title
for the title,
and image.icon.end
for the end icon.
AdwButtonRow
can have the
.suggested-action
or
.destructive-action
style classes.
Available since: 1.6
[−]
Instance methods
[+]
Methods inherited from AdwPreferencesRow (8)
[+]
Methods inherited from GtkListBoxRow (11)
[+]
Methods inherited from GtkAccessible (19)
[+]
Methods inherited from GtkActionable (6)
[+]
Methods inherited from GtkBuildable (1)
[−]
Properties
[+]
Properties inherited from AdwPreferencesRow (4)
[+]
Properties inherited from GtkListBoxRow (3)
[+]
Properties inherited from GtkAccessible (1)
[+]
Properties inherited from GtkActionable (2)
[−]
Signals
Adw.ButtonRow::activated
This signal is emitted after the row has been activated.
unstable since: 1.6
[+]
Signals inherited from GtkListBoxRow (1)
[+]