Signal

GtkPaned::cycle-child-focus

Declaration

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

Description [src]

Emitted to cycle the focus between the children of the paned.

This is a keybinding signal.

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

Parameters

reversed

Type: gboolean

Whether cycling backward or forward.

Return value

Type: gboolean

No description available.