gtkradiant/contrib/brushexport/callbacks.h

13 lines
336 B
C
Raw Permalink Normal View History

typedef struct _GtkWidget GtkWidget;
typedef struct _GtkButton GtkButton;
namespace callbacks {
void OnDestroy(GtkWidget*, gpointer);
void OnExportClicked(GtkButton*, gpointer);
void OnAddMaterial(GtkButton*, gpointer);
void OnRemoveMaterial(GtkButton*, gpointer);
void OnExportMatClicked(GtkButton* button, gpointer);
}// callbacks