ui/win32/window.h

changeset 1035
86d3a45dc928
parent 938
be4c88ded783
equal deleted inserted replaced
1034:330b415910bd 1035:86d3a45dc928
49 void ui_window_init(void); 49 void ui_window_init(void);
50 50
51 int 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 UiWindow* ui_widget2window(W32Widget *widget);
55
54 #ifdef __cplusplus 56 #ifdef __cplusplus
55 } 57 }
56 #endif 58 #endif
57 59
58 #endif /* WINDOW_H */ 60 #endif /* WINDOW_H */

mercurial