--- a/ui/cocoa/button.h Mon Jan 06 22:22:55 2025 +0100 +++ b/ui/cocoa/button.h Tue Feb 25 21:11:00 2025 +0100 @@ -29,3 +29,12 @@ #import "toolkit.h" #import "../ui/button.h" + +int64_t ui_togglebutton_get(UiInteger *i); +void ui_togglebutton_set(UiInteger *i, int64_t value); + +int64_t ui_switch_get(UiInteger *i); +void ui_switch_set(UiInteger *i, int64_t value); + +int64_t ui_radiobuttons_get(UiInteger *i); +void ui_radiobuttons_set(UiInteger *i, int64_t value);