comparison 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
comparison
equal deleted inserted replaced
370:fce37d9c296f 371:3d21115297ba
1 #ifndef _APP_H
2 #define _APP_H
3 typedef struct {
4 mb_animated_menu_t *m;
5 }MyAppData;
6
7 extern void MyApp_InitContent(MBApp *app,int argc, char *argv[]);
8
9 void myselect_callback(mb_animated_menu_t *m, int select);
10 #endif