callbacks.h

Go to the documentation of this file.
00001 typedef struct _GtkWidget GtkWidget;
00002 typedef struct _GtkButton GtkButton;
00003 
00004 namespace callbacks
00005 {
00006     void OnDestroy (GtkWidget*, gpointer);
00007     void OnExportClicked (GtkButton*, gpointer);
00008     void OnAddMaterial (GtkButton*, gpointer);
00009     void OnRemoveMaterial (GtkButton*, gpointer);
00010     void OnExportMatClicked (GtkButton* button, gpointer);
00011 }// callbacks

Generated by  doxygen 1.6.2