Gtk.Paned::cycle-child-focus
function callback(paned, reversed:Boolean, ):Boolean;
The ::cycle-child-focus signal is a <link linkend="keybinding-signals">keybinding signal</link> which gets emitted to cycle the focus between the children of the paned.
The default binding is f6.
Since 2.0
- paned
instance of Gtk.Paned that is emitting the signal
- reversed
whether cycling backward or forward
- Returns