456:6712b08e4f74 | 457:3a825867cfe7 |
---|---|
27 */ | 27 */ |
28 | 28 |
29 #import "toolkit.h" | 29 #import "toolkit.h" |
30 | 30 |
31 #import "../ui/button.h" | 31 #import "../ui/button.h" |
32 | |
33 int64_t ui_togglebutton_get(UiInteger *i); | |
34 void ui_togglebutton_set(UiInteger *i, int64_t value); | |
35 | |
36 int64_t ui_switch_get(UiInteger *i); | |
37 void ui_switch_set(UiInteger *i, int64_t value); | |
38 | |
39 int64_t ui_radiobuttons_get(UiInteger *i); | |
40 void ui_radiobuttons_set(UiInteger *i, int64_t value); |