cycle-handle-focus

The "cycle-handle-focus" signal is emitted when paned has the focus and any of the Tab, Ctrl+Tab, Shift+Tab or Ctrl+Shift+Tab keys combinations are pressed. Tab and Ctrl+Tab set reversed to false while Shift+Tab and Ctrl+Shift+Tab set reversed to true.

Callback function

bool callback(GtkPaned paned, bool reversed);