view inkscape/firefox/template/textmenu/app.h @ 658:62c2de99b03a

Remove get_object() method for subject for js
author Thinker K.F. Li <thinker@branda.to>
date Sat, 31 Jul 2010 16:16:45 +0800
parents 9b8dda201ccb
children
line wrap: on
line source

#ifndef _APP_H
#define _APP_H
typedef struct {
	mb_animated_menu_t *m;
}MyAppData;

extern void MyApp_InitContent(mbaf_t *app,int argc, char *argv[]);

void myselect_callback(mb_animated_menu_t *m, int select);
#endif