ui/win32/toolkit.h

changeset 1036
24677835f298
parent 1035
86d3a45dc928
equal deleted inserted replaced
1035:86d3a45dc928 1036:24677835f298
53 int64_t intvalue; 53 int64_t intvalue;
54 } UiWidget; 54 } UiWidget;
55 55
56 LRESULT CALLBACK ui_default_eventproc(HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam); 56 LRESULT CALLBACK ui_default_eventproc(HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam);
57 57
58 typedef void(*ui_command_func)(UiObject *, void *userdata); 58 typedef void(*ui_command_func)(UiObject *, uint64_t id, void *userdata);
59 typedef struct UiCommand { 59 typedef struct UiCommand {
60 ui_command_func callback; 60 ui_command_func callback;
61 void *userdata; 61 void *userdata;
62 } UiCommand; 62 } UiCommand;
63 63

mercurial