cuikmove_callbacks.h
Go to the documentation of this file.
1 #ifndef CUIKMOVECALLBACKSH
2 #define CUIKMOVECALLBACKSH
3 
4 #include <gtk/gtk.h>
5 
27 void on_cuikmove_slider_changed(GtkRange *range,
28  gpointer user_data);
29 
30 
40 void on_cuikmove_quit(GtkButton *button,
41  gpointer user_data);
42 
52 void on_cuikmove_save(GtkButton *button,
53  gpointer user_data);
54 
55 
56 #endif
void on_cuikmove_save(GtkButton *button, gpointer user_data)
Callback function for the save button.
void on_cuikmove_slider_changed(GtkRange *range, gpointer user_data)
Callback function for the slider bar.
void on_cuikmove_quit(GtkButton *button, gpointer user_data)
Callback function for the quit button.