ui/wpf/menu.h

changeset 82
0cdb8089a29f
parent 81
5eb765a7a793
child 89
9a7e4a335b2b
equal deleted inserted replaced
81:5eb765a7a793 82:0cdb8089a29f
14 #ifdef __cplusplus 14 #ifdef __cplusplus
15 extern "C" { 15 extern "C" {
16 #endif 16 #endif
17 17
18 UI_IMPORT void __stdcall UImenu(char *label); 18 UI_IMPORT void __stdcall UImenu(char *label);
19 19 UI_IMPORT void __stdcall UIsubmenu(char *label);
20 UI_IMPORT void __stdcall UIsubmenu_end();
20 UI_IMPORT void __stdcall UImenuitem(char *label, ui_callback f, void *udata); 21 UI_IMPORT void __stdcall UImenuitem(char *label, ui_callback f, void *udata);
21 22
23
24
25 void ui_menu_callback(UiObject *obj, UiEventData *e);
22 26
23 #ifdef __cplusplus 27 #ifdef __cplusplus
24 } 28 }
25 #endif 29 #endif
26 30

mercurial