ui/win32/button.h

changeset 895
f24d07479843
parent 825
1bac7e45712b
child 896
ae0ad20122cc
--- 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

mercurial