Signal

GtkPaned::cycle-child-focus

since: 2.0

Declaration

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

Description [src]

The ::cycle-child-focus signal is a [keybinding signal][GtkBindingSignal] which gets emitted to cycle the focus between the children of the paned.

The default binding is f6.

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.