29 #include <stdio.h> |
29 #include <stdio.h> |
30 #include <stdlib.h> |
30 #include <stdlib.h> |
31 |
31 |
32 #include "range.h" |
32 #include "range.h" |
33 #include "container.h" |
33 #include "container.h" |
34 #include <ucx/mempool.h> |
|
35 #include "../common/context.h" |
34 #include "../common/context.h" |
36 #include "../common/object.h" |
35 #include "../common/object.h" |
37 |
36 |
38 |
37 |
39 static UIWIDGET ui_scrollbar(UiObject *obj, UiOrientation orientation, UiRange *range, ui_callback f, void *userdata) { |
38 static UIWIDGET ui_scrollbar(UiObject *obj, UiOrientation orientation, UiRange *range, ui_callback f, void *userdata) { |