Signal

GtkPaned::cycle-handle-focus

since: 2.0

Declaration

gboolean
cycle_handle_focus (
  GtkPaned* self,
  gboolean reversed,
  gpointer user_data
)

Description [src]

The ::cycle-handle-focus signal is a [keybinding signal][GtkBindingSignal] which gets emitted to cycle whether the paned should grab focus to allow the user to change position of the handle by using key bindings.

The default binding for this signal is f8.

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: 2.0

Parameters

reversed

Type: gboolean

Whether cycling backward or forward.

Return value

Type: gboolean

No description available.