application/menu.h

changeset 3
c04433993fbb
parent 2
ea89bbb0c4c8
equal deleted inserted replaced
2:ea89bbb0c4c8 3:c04433993fbb
36 #endif 36 #endif
37 37
38 void menu_init(void); 38 void menu_init(void);
39 39
40 void action_show_sidebar(UiEvent *event, void *udata); 40 void action_show_sidebar(UiEvent *event, void *udata);
41 void action_show_browser(UiEvent *event, void *udata); 41 void action_dualview(UiEvent *event, void *udata);
42 void action_show_editor(UiEvent *event, void *udata); 42 void action_singleview(UiEvent *event, void *udata);
43
44 void action_test1(UiEvent *event, void *udata);
45 void action_test2(UiEvent *event, void *udata);
43 46
44 #ifdef __cplusplus 47 #ifdef __cplusplus
45 } 48 }
46 #endif 49 #endif
47 50

mercurial