diff options
Diffstat (limited to 'plugins/peopsxgl/gpucfg/callbacks.h')
| -rw-r--r-- | plugins/peopsxgl/gpucfg/callbacks.h | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/plugins/peopsxgl/gpucfg/callbacks.h b/plugins/peopsxgl/gpucfg/callbacks.h new file mode 100644 index 00000000..f607b910 --- /dev/null +++ b/plugins/peopsxgl/gpucfg/callbacks.h @@ -0,0 +1,24 @@ +#include <gtk/gtk.h>
+
+
+void
+on_btnSave_clicked (GtkButton *button,
+ gpointer user_data);
+
+
+
+void
+on_CfgWnd_destroy (GtkObject *object,
+ gpointer user_data);
+
+void
+on_btnCancel_clicked (GtkButton *button,
+ gpointer user_data);
+
+void
+on_AboutWnd_destroy (GtkObject *object,
+ gpointer user_data);
+
+void
+on_bntAClose_clicked (GtkButton *button,
+ gpointer user_data);
|
