ui/win32/button.h

changeset 895
f24d07479843
parent 825
1bac7e45712b
child 896
ae0ad20122cc
equal deleted inserted replaced
894:5e53ef72a5d3 895:f24d07479843
34 34
35 W32Size ui_button_get_preferred_size(W32Widget *widget); 35 W32Size ui_button_get_preferred_size(W32Widget *widget);
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);
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);
43
39 #endif //BUTTON_H 44 #endif //BUTTON_H

mercurial