| 111:81c4f73236a4 | 112:c3f2f16fa4b8 |
|---|---|
| 30 #define BUTTON_H | 30 #define BUTTON_H |
| 31 | 31 |
| 32 #include "../ui/button.h" | 32 #include "../ui/button.h" |
| 33 #include "container.h" | 33 #include "container.h" |
| 34 | 34 |
| 35 W32Size ui_button_get_preferred_size(W32Widget *widget); | |
| 36 | |
| 37 void ui_button_eventproc(W32Widget *widget, HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam); | |
| 38 | |
| 35 #endif //BUTTON_H | 39 #endif //BUTTON_H |