--- a/ui/win32/button.h Tue Nov 11 20:10:13 2025 +0100 +++ b/ui/win32/button.h Wed Nov 12 18:04:21 2025 +0100 @@ -36,4 +36,9 @@ void ui_button_eventproc(W32Widget *widget, HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam); +int64_t ui_togglebutton_get(UiInteger *i); +void ui_togglebutton_set(UiInteger *i, int64_t v); + +void ui_togglebutton_eventproc(W32Widget *widget, HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam); + #endif //BUTTON_H