ui/win32/window.h

changeset 938
be4c88ded783
parent 841
651cf2c59dd9
equal deleted inserted replaced
937:06e03c7e39db 938:be4c88ded783
46 UiObject *obj; 46 UiObject *obj;
47 } UiWindow; 47 } UiWindow;
48 48
49 void ui_window_init(void); 49 void ui_window_init(void);
50 50
51 void ui_window_widget_event(W32Widget *widget, HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam); 51 int ui_window_widget_event(W32Widget *widget, HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam);
52 void ui_window_widget_show(W32Widget *w, BOOLEAN show); 52 void ui_window_widget_show(W32Widget *w, BOOLEAN show);
53 53
54 #ifdef __cplusplus 54 #ifdef __cplusplus
55 } 55 }
56 #endif 56 #endif

mercurial