| 31 #include <string.h> |
31 #include <string.h> |
| 32 #include <stdarg.h> |
32 #include <stdarg.h> |
| 33 |
33 |
| 34 #include <cx/list.h> |
34 #include <cx/list.h> |
| 35 #include <cx/array_list.h> |
35 #include <cx/array_list.h> |
| 36 #include "../ui/tree.h" |
36 #include "../ui/list.h" |
| 37 #include "types.h" |
37 #include "types.h" |
| 38 #include "context.h" |
38 #include "context.h" |
| 39 #include "../ui/image.h" |
39 #include "../ui/image.h" |
| 40 |
40 |
| 41 static ui_list_init_func default_list_init; |
41 static ui_list_init_func default_list_init; |