Signal

GtkListBox::row-activated

since: 3.10

Declaration

void
row_activated (
  GtkListBox* self,
  GtkListBoxRow* row,
  gpointer user_data
)

Description [src]

The ::row-activated signal is emitted when a row has been activated by the user.

Default handler:

The default handler is called after the handlers added via g_signal_connect().

Available since: 3.10

Parameters

row

Type: GtkListBoxRow

The activated row.

The data is owned by the caller of the function.