view inkscape/firefox/template/textmenu/app.h @ 381:29145d2affdb

Add function to change the name of the symbol
author wycc
date Sun, 05 Apr 2009 12:28:36 +0800
parents 3d21115297ba
children 9b8dda201ccb
line wrap: on
line source

#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