ui/win32/window.h

changeset 818
8185cd761897
parent 815
7ddf5fb7ec2a
child 841
651cf2c59dd9
equal deleted inserted replaced
817:d09817e6e6a4 818:8185cd761897
42 #endif 42 #endif
43 43
44 typedef struct UiWindow { 44 typedef struct UiWindow {
45 W32Widget widget; 45 W32Widget widget;
46 UiObject *obj; 46 UiObject *obj;
47 UiGridLayoutContainer *container; 47 UiBoxContainer *container;
48 } UiWindow; 48 } UiWindow;
49 49
50 void ui_window_init(void); 50 void ui_window_init(void);
51 51
52 void ui_window_widget_event(W32Widget *widget, HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam); 52 void ui_window_widget_event(W32Widget *widget, HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam);

mercurial