| 32 #include "../ui/toolkit.h" |
32 #include "../ui/toolkit.h" |
| 33 |
33 |
| 34 #ifdef __cplusplus |
34 #ifdef __cplusplus |
| 35 extern "C" { |
35 extern "C" { |
| 36 #endif |
36 #endif |
| 37 |
37 |
| 38 |
38 void uic_ucx_list_init(UiContext *ctx, UiList *list, void *unused); |
| |
39 |
| 39 void uic_int_copy(UiInteger *from, UiInteger *to); |
40 void uic_int_copy(UiInteger *from, UiInteger *to); |
| 40 void uic_double_copy(UiDouble *from, UiDouble *to); |
41 void uic_double_copy(UiDouble *from, UiDouble *to); |
| 41 void uic_string_copy(UiString *from, UiString *to); |
42 void uic_string_copy(UiString *from, UiString *to); |
| 42 void uic_text_copy(UiText *from, UiText *to); |
43 void uic_text_copy(UiText *from, UiText *to); |
| 43 void uic_range_copy(UiRange *from, UiRange *to); |
44 void uic_range_copy(UiRange *from, UiRange *to); |