ui/winui/button.h

branch
newapi
changeset 187
24ce2c326d85
parent 184
8c9b4b28aaa9
child 188
fbbae6738252
--- a/ui/winui/button.h	Sun Oct 01 09:23:47 2023 +0200
+++ b/ui/winui/button.h	Sun Oct 01 12:08:09 2023 +0200
@@ -31,4 +31,8 @@
 #include "toolkit.h"
 #include "../ui/container.h"
 
-#include "../ui/button.h"
\ No newline at end of file
+#include "../ui/button.h"
+
+extern "C" int64_t ui_toggle_button_get(UiInteger * integer);
+
+extern "C" void ui_toggle_button_set(UiInteger * integer, int64_t value);

mercurial