ui/wpf/toolkit.h

changeset 135
b9dc9cdfa23a
parent 89
9a7e4a335b2b
equal deleted inserted replaced
134:69e8e0936858 135:b9dc9cdfa23a
49 } UiEventData; 49 } UiEventData;
50 50
51 typedef void(*UIcallback)(void*,void*); 51 typedef void(*UIcallback)(void*,void*);
52 52
53 UI_IMPORT void __stdcall UIinit(char *appname); 53 UI_IMPORT void __stdcall UIinit(char *appname);
54
55 UI_IMPORT void __stdcall UIonstartup(ui_callback f, void *userdata);
56 UI_IMPORT void __stdcall UIonopen(ui_callback f, void *userdata);
57 UI_IMPORT void __stdcall UIonexit(ui_callback f, void *userdata);
54 UI_IMPORT void __stdcall UImain(); 58 UI_IMPORT void __stdcall UImain();
55 UI_IMPORT void __stdcall UIshow(UIWIDGET widget); 59 UI_IMPORT void __stdcall UIshow(UIWIDGET widget);
56 60
57 #ifdef __cplusplus 61 #ifdef __cplusplus
58 } 62 }

mercurial