Signal
Gtk Paned::toggle-handle-focus
since: 2.0
Declaration
gboolean
toggle_handle_focus(
GtkPaned*self,
gpointeruser_data
)
Description [src]
The ::toggle-handle-focus is a [keybinding signal][GtkBindingSignal] which gets emitted to accept the current position of the handle and then move focus to the next widget in the focus chain.
The default binding is Tab.
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
Available since: 2.0
Return value
Type: gboolean
No description available.