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.

button-rows

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

[]

Hierarchy

hierarchy this AdwButtonRow implements_0 GtkAccessible this--implements_0 implements_1 GtkActionable this--implements_1 implements_2 GtkBuildable this--implements_2 implements_3 GtkConstraintTarget this--implements_3 ancestor_0 AdwPreferencesRow ancestor_0--this ancestor_1 GtkListBoxRow ancestor_1--ancestor_0 ancestor_2 GtkWidget ancestor_2--ancestor_1 ancestor_3 GInitiallyUnowned ancestor_3--ancestor_2 ancestor_4 GObject ancestor_4--ancestor_3
[]

Constructors

adw_button_row_new

Creates a new AdwButtonRow.

unstable since: 1.6

[]

Instance methods

adw_button_row_get_end_icon_name

Gets the end icon name for self.

unstable since: 1.6

adw_button_row_get_start_icon_name

Gets the start icon name for self.

unstable since: 1.6

adw_button_row_set_end_icon_name

Sets the end icon name for self.

unstable since: 1.6

adw_button_row_set_start_icon_name

Sets the start icon name for self.

unstable since: 1.6

Methods inherited from AdwPreferencesRow (8)
Methods inherited from GtkListBoxRow (11)
Methods inherited from GtkWidget (162)
Methods inherited from GObject (43)
Methods inherited from GtkAccessible (19)
Methods inherited from GtkActionable (6)
Methods inherited from GtkBuildable (1)
[]

Properties

Adw.ButtonRow:end-icon-name

The icon name to show after the title.

unstable since: 1.6

Adw.ButtonRow:start-icon-name

The icon name to show before the title.

unstable since: 1.6

Properties inherited from AdwPreferencesRow (4)
Properties inherited from GtkListBoxRow (3)
Properties inherited from GtkWidget (34)
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)
Signals inherited from GtkWidget (13)
Signals inherited from GObject (1)

Class structure