ui/ui/button.h

changeset 94
d51e334c1439
parent 4
39b9b86ec452
child 107
9aff1dc3990d
equal deleted inserted replaced
93:5223de7979e2 94:d51e334c1439
35 extern "C" { 35 extern "C" {
36 #endif 36 #endif
37 37
38 UIWIDGET ui_button(UiObject *obj, char *label, ui_callback f, void *data); 38 UIWIDGET ui_button(UiObject *obj, char *label, ui_callback f, void *data);
39 39
40 UIWIDGET ui_checkbox(UiObject *obj, char *label, UiInteger *value);
41 UIWIDGET ui_checkbox_cb(UiObject *obj, char *label, ui_callback f, void *data);
42
40 43
41 #ifdef __cplusplus 44 #ifdef __cplusplus
42 } 45 }
43 #endif 46 #endif
44 47

mercurial