Signal

GtkListBox::select-all

since: 3.14

Declaration

void
select_all (
  GtkListBox* self,
  gpointer user_data
)

Description [src]

The ::select-all signal is a [keybinding signal][GtkBindingSignal] which gets emitted to select all children of the box, if the selection mode permits it.

The default bindings for this signal is Ctrl-a.

Default handler:

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

Signal can be directly emitted on objects from user code
Available since: 3.14