Institut de Robòtica i Informàtica Industrial
KRD Group

The CuikSuite Project

cuikplay_callbacks.h

Go to the documentation of this file.
00001 #ifndef CUIKPLAYCALLBACKSH
00002 #define CUIKPLAYCALLBACKSH
00003 
00004 #include <gtk/gtk.h>
00005 
00022 void on_button3_clicked(GtkButton *button,
00023                         gpointer user_data);
00024 
00034 void on_button4_clicked(GtkButton *button,
00035                         gpointer user_data);
00036 
00046 void on_quit(GtkButton *button,
00047              gpointer user_data);
00048 
00059 void on_hscale1_value_changed(GtkRange *range,
00060                               gpointer user_data);
00061 
00062 #endif