ui/common/types.h

changeset 108
77254bd6dccb
parent 95
e92c72705da4
equal deleted inserted replaced
107:b34bd1557c6c 108:77254bd6dccb
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);

mercurial