ui/wpf/menu.h

changeset 89
9a7e4a335b2b
parent 82
0cdb8089a29f
equal deleted inserted replaced
88:04c81be1c5a0 89:9a7e4a335b2b
16 #endif 16 #endif
17 17
18 UI_IMPORT void __stdcall UImenu(char *label); 18 UI_IMPORT void __stdcall UImenu(char *label);
19 UI_IMPORT void __stdcall UIsubmenu(char *label); 19 UI_IMPORT void __stdcall UIsubmenu(char *label);
20 UI_IMPORT void __stdcall UIsubmenu_end(); 20 UI_IMPORT void __stdcall UIsubmenu_end();
21 UI_IMPORT void __stdcall UImenuitem(char *label, ui_callback f, void *udata); 21 UI_IMPORT void __stdcall UImenuitem(char *label, UIcallback f, void *udata);
22 22
23 23
24 24
25 void ui_menu_callback(UiObject *obj, UiEventData *e); 25 void ui_obj_callback(UiObject *obj, UiEventData *e);
26 26
27 #ifdef __cplusplus 27 #ifdef __cplusplus
28 } 28 }
29 #endif 29 #endif
30 30

mercurial