Mercurial > MadButterfly
comparison include/mb_ani_menu.h @ 1124:b5ff72dbc910
merge
author | wycc |
---|---|
date | Thu, 09 Dec 2010 07:48:46 +0800 |
parents | 1993e5ae60aa |
children |
comparison
equal
deleted
inserted
replaced
1123:aad659b6b625 | 1124:b5ff72dbc910 |
---|---|
16 mb_obj_t **objects; | 16 mb_obj_t **objects; |
17 mb_obj_t *lightbar; | 17 mb_obj_t *lightbar; |
18 void (*callback)(struct _mb_animated_menu *m, int sel); | 18 void (*callback)(struct _mb_animated_menu *m, int sel); |
19 void (*update_callback)(struct _mb_animated_menu *m, int sel); | 19 void (*update_callback)(struct _mb_animated_menu *m, int sel); |
20 mb_progm_t *progm; | 20 mb_progm_t *progm; |
21 X_kb_event_t pending_keys[16]; | 21 mb_kb_event_t pending_keys[16]; |
22 int pending_pos, pending_last; | 22 int pending_pos, pending_last; |
23 } mb_animated_menu_t; | 23 } mb_animated_menu_t; |
24 /** \brief Create an instace of animated menu. | 24 /** \brief Create an instace of animated menu. |
25 * | 25 * |
26 * The objectnames is used to extract symbols from the SVG file. | 26 * The objectnames is used to extract symbols from the SVG file. |