Mercurial > MadButterfly
comparison inkscape/firefox/template/textmenu/app.c @ 379:a3231496c6de
merge
author | Thinker K.F. Li <thinker@branda.to> |
---|---|
date | Sat, 04 Apr 2009 11:55:11 +0800 |
parents | 7d244a85dd68 |
children | 9b8dda201ccb |
comparison
equal
deleted
inserted
replaced
378:3d40e74d5a9d | 379:a3231496c6de |
---|---|
1 #include <stdio.h> | 1 #include <stdio.h> |
2 #include <mb.h> | 2 #include <mb.h> |
3 #include "mbapp.h" | 3 #include "mbapp.h" |
4 #include "animated_menu.h" | 4 #include "animated_menu.h" |
5 #include "app.h" | 5 #include "%n.h" |
6 | 6 |
7 void myselect_callback(mb_animated_menu_t *m, int select) | 7 void myselect_callback(mb_animated_menu_t *m, int select) |
8 { | 8 { |
9 printf("menu %d is selected\n", select); | 9 printf("menu %d is selected\n", select); |
10 // Put the callback function for menu select here | 10 // Put the callback function for menu select here |