ui/wpf/toolkit.h

changeset 89
9a7e4a335b2b
parent 82
0cdb8089a29f
child 135
b9dc9cdfa23a
equal deleted inserted replaced
88:04c81be1c5a0 89:9a7e4a335b2b
46 ui_callback callback; 46 ui_callback callback;
47 void *user_data; 47 void *user_data;
48 int value; 48 int value;
49 } UiEventData; 49 } UiEventData;
50 50
51 typedef void(*UIcallback)(void*,void*);
52
51 UI_IMPORT void __stdcall UIinit(char *appname); 53 UI_IMPORT void __stdcall UIinit(char *appname);
52 UI_IMPORT void __stdcall UImain(); 54 UI_IMPORT void __stdcall UImain();
53 UI_IMPORT void __stdcall UIshow(UIWIDGET widget); 55 UI_IMPORT void __stdcall UIshow(UIWIDGET widget);
54 56
55 #ifdef __cplusplus 57 #ifdef __cplusplus

mercurial