| 36 |
36 |
| 37 void ui_button_eventproc(W32Widget *widget, HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam); |
37 void ui_button_eventproc(W32Widget *widget, HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam); |
| 38 |
38 |
| 39 int64_t ui_togglebutton_get(UiInteger *i); |
39 int64_t ui_togglebutton_get(UiInteger *i); |
| 40 void ui_togglebutton_set(UiInteger *i, int64_t v); |
40 void ui_togglebutton_set(UiInteger *i, int64_t v); |
| 41 |
|
| 42 void ui_togglebutton_eventproc(W32Widget *widget, HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam); |
41 void ui_togglebutton_eventproc(W32Widget *widget, HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam); |
| 43 |
42 |
| |
43 int64_t ui_radiobutton_get(UiInteger *i); |
| |
44 void ui_radiobutton_set(UiInteger *i, int64_t v); |
| |
45 void ui_radiobutton_eventproc(W32Widget *widget, HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam); |
| |
46 |
| 44 #endif //BUTTON_H |
47 #endif //BUTTON_H |