signal callback delegate or function to connect
bool callback(bool reversed, gtk.paned.Paned paned)
reversed whether cycling backward or forward (optional)
paned the instance the signal is connected to (optional)
Returns
Yes.After to execute callback after default handler, No.After to execute before (default)
Signal ID
Connect to CycleChildFocus signal.
Emitted to cycle the focus between the children of the paned.
This is a keybinding signal.
The default binding is <kbd>F6</kbd>.