ui/win32/window.h

changeset 841
651cf2c59dd9
parent 818
8185cd761897
child 938
be4c88ded783
equal deleted inserted replaced
840:f74250eda598 841:651cf2c59dd9
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 UiBoxContainer *container;
48 } UiWindow; 47 } UiWindow;
49 48
50 void ui_window_init(void); 49 void ui_window_init(void);
51 50
52 void ui_window_widget_event(W32Widget *widget, HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam); 51 void ui_window_widget_event(W32Widget *widget, HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam);

mercurial