Signal

GtkShortcutsSection::change-current-page

Declaration

gboolean
change_current_page (
  GtkShortcutsSection* self,
  gint offset,
  gpointer user_data
)

Description [src]

Emitted when we change the current page.

The default bindings for this signal are Ctrl+PgUp, PgUp, Ctrl+PgDn, PgDn.

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

Parameters

offset

Type: gint

The offset.

Return value

Type: gboolean

Whether the page was changed.