Signal

Gtk.ListBox::row-activated

Declaration

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

Description [src]

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()

Parameters

row GtkListBoxRow
 

the activated row

 Ownership is not transferred to the callee