32 #include "../common/context.h" |
32 #include "../common/context.h" |
33 #include "../common/object.h" |
33 #include "../common/object.h" |
34 #include "container.h" |
34 #include "container.h" |
35 #include "entry.h" |
35 #include "entry.h" |
36 |
36 |
37 #include <ucx/mempool.h> |
|
38 |
37 |
39 UIWIDGET ui_spinner(UiObject *obj, int step, UiInteger *i) { |
38 UIWIDGET ui_spinner(UiObject *obj, int step, UiInteger *i) { |
40 UiVar *var = malloc(sizeof(UiVar)); |
39 UiVar *var = malloc(sizeof(UiVar)); |
41 var->value = i; |
40 var->value = i; |
42 var->type = UI_VAR_SPECIAL; |
41 var->type = UI_VAR_SPECIAL; |