cuikplay_callbacks.h
Go to the documentation of this file.
1 #ifndef CUIKPLAYCALLBACKSH
2 #define CUIKPLAYCALLBACKSH
3 
4 #include <gtk/gtk.h>
5 
25 void on_cuikplay_play_clicked(GtkButton *button,
26  gpointer user_data);
27 
37 void on_cuikplay_pause_clicked(GtkButton *button,
38  gpointer user_data);
39 
49 void on_cuikplay_quit(GtkButton *button,
50  gpointer user_data);
51 
62 void on_cuikplay_slider_changed(GtkRange *range,
63  gpointer user_data);
64 
65 #endif
void on_cuikplay_quit(GtkButton *button, gpointer user_data)
Callback function for the quit button.
void on_cuikplay_play_clicked(GtkButton *button, gpointer user_data)
Callback function for the play button.
void on_cuikplay_slider_changed(GtkRange *range, gpointer user_data)
Callback function for the slider bar.
void on_cuikplay_pause_clicked(GtkButton *button, gpointer user_data)
Callback function for the pause button.