ui/winui/button.h

branch
newapi
changeset 187
24ce2c326d85
parent 184
8c9b4b28aaa9
child 188
fbbae6738252
equal deleted inserted replaced
186:5db4979bf482 187:24ce2c326d85
30 30
31 #include "toolkit.h" 31 #include "toolkit.h"
32 #include "../ui/container.h" 32 #include "../ui/container.h"
33 33
34 #include "../ui/button.h" 34 #include "../ui/button.h"
35
36 extern "C" int64_t ui_toggle_button_get(UiInteger * integer);
37
38 extern "C" void ui_toggle_button_set(UiInteger * integer, int64_t value);

mercurial