diff inkscape/firefox/template/textmenu/app.h @ 371:3d21115297ba

Add textmenu template
author wycc
date Tue, 17 Mar 2009 08:31:04 +0800
parents
children 9b8dda201ccb
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/inkscape/firefox/template/textmenu/app.h	Tue Mar 17 08:31:04 2009 +0800
@@ -0,0 +1,10 @@
+#ifndef _APP_H
+#define _APP_H
+typedef struct {
+	mb_animated_menu_t *m;
+}MyAppData;
+
+extern void MyApp_InitContent(MBApp *app,int argc, char *argv[]);
+
+void myselect_callback(mb_animated_menu_t *m, int select);
+#endif