| 36 #ifdef __cplusplus |
36 #ifdef __cplusplus |
| 37 extern "C" { |
37 extern "C" { |
| 38 #endif |
38 #endif |
| 39 |
39 |
| 40 cxmutstr ui_button_args_to_string(UiContext *ctx, UiButtonArgs *args); |
40 cxmutstr ui_button_args_to_string(UiContext *ctx, UiButtonArgs *args); |
| 41 cxmutstr ui_toggle_args_to_string(UiContext *ctx, UiToggleArgs *args); |
41 cxmutstr ui_toggle_args_to_string(UiContext *ctx, UiToggleArgs *args, cxmutstr value); |
| 42 |
42 |
| 43 cxmutstr ui_button_serialize(UiCallbackWidget *w); |
43 cxmutstr ui_button_serialize(UiCallbackWidget *w); |
| 44 |
44 |
| 45 #ifdef __cplusplus |
45 #ifdef __cplusplus |
| 46 } |
46 } |