cuikmove_callbacks.c File Reference

Detailed Description

Implementation of the GTK callback functions for cuikmove.

See Also
cuikmove_callbacks.h

Definition in file cuikmove_callbacks.c.

Functions

void on_cuikmove_slider_changed (GtkRange *range, gpointer user_data)
 Callback function for the slider bar. More...
 
void on_cuikmove_quit (GtkButton *button, gpointer user_data)
 Callback function for the quit button. More...
 
void on_cuikmove_save (GtkButton *button, gpointer user_data)
 Callback function for the save button. More...
 

Function Documentation

void on_cuikmove_slider_changed ( GtkRange *  range,
gpointer  user_data 
)

Callback function for the slider bar: it is called whenever the slider value is changed.

Parameters
rangeThe pointer to the GTK range.
user_dataPointer to the structure with the control data of cuikmove.

Definition at line 23 of file cuikmove_callbacks.c.

References TCuikMoveControl::changed, TCuikMoveControl::dof, and TRUE.

void on_cuikmove_quit ( GtkButton *  button,
gpointer  user_data 
)

Callback function for the quit button.

Parameters
buttonThe pointer to the GTK button.
user_dataPointer to the structure with the control data of cuikmove.

Definition at line 43 of file cuikmove_callbacks.c.

References TCuikMoveControl::end, and TRUE.

void on_cuikmove_save ( GtkButton *  button,
gpointer  user_data 
)