Signal
Gtk Range::move-slider
Declaration
void
move_slider(
GtkRange*self,
GtkScrollType*step,
gpointeruser_data
)
Description [src]
Virtual function that moves the slider. Used for keybindings.
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
Parameters
step-
Type:
GtkScrollTypeHow to move the slider.
The data is owned by the caller of the function.