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 CycleHandleFocus signal.
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.