cuikexplore_callbacks.h
Go to the documentation of this file.
1 #ifndef CUIKEXPLORECALLBACKSH
2 #define CUIKEXPLORECALLBACKSH
3 
4 #include <gtk/gtk.h>
5 
26 void on_cuikexplore_plus_clicked(GtkButton *button,
27  gpointer user_data);
28 
38 void on_cuikexplore_up_pressed(GtkButton *button,
39  gpointer user_data);
40 
50 void on_cuikexplore_up_released(GtkButton *button,
51  gpointer user_data);
52 
63 void on_cuikexplore_minus_clicked(GtkButton *button,
64  gpointer user_data);
65 
75 void on_cuikexplore_down_pressed(GtkButton *button,
76  gpointer user_data);
77 
87 void on_cuikexplore_down_released(GtkButton *button,
88  gpointer user_data);
89 
100 void on_cuikexplore_menu_changed(GtkComboBox *menu,
101  gpointer user_data);
111 void on_cuikexplore_quit(GtkButton *button,
112  gpointer user_data);
113 
123 void on_cuikexplore_save(GtkButton *button,
124  gpointer user_data);
125 
135 void on_cuikexplore_step_changed(GtkEntry *entry,
136  gpointer user_data);
137 
147 void on_cuikexplore_reset(GtkButton *button,
148  gpointer user_data);
149 
150 #endif
void on_cuikexplore_save(GtkButton *button, gpointer user_data)
Callback function for the save button.
void on_cuikexplore_minus_clicked(GtkButton *button, gpointer user_data)
Callback function for the plus buttons.
void on_cuikexplore_plus_clicked(GtkButton *button, gpointer user_data)
Callback function for the plus buttons.
void on_cuikexplore_menu_changed(GtkComboBox *menu, gpointer user_data)
Callback function for the menus.
void on_cuikexplore_down_pressed(GtkButton *button, gpointer user_data)
Callback function for the minus buttons.
void on_cuikexplore_step_changed(GtkEntry *entry, gpointer user_data)
Callback function for the step entry.
void on_cuikexplore_up_released(GtkButton *button, gpointer user_data)
Callback function for the plus buttons.
void on_cuikexplore_up_pressed(GtkButton *button, gpointer user_data)
Callback function for the plus buttons.
void on_cuikexplore_down_released(GtkButton *button, gpointer user_data)
Callback function for the plus buttons.
void on_cuikexplore_quit(GtkButton *button, gpointer user_data)
Callback function for the quit button.
void on_cuikexplore_reset(GtkButton *button, gpointer user_data)
Callback function for the reset button.