| 753:882e49cf7192 | 754:fb5f560e81d9 |
|---|---|
| 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 | 37 |
| 38 UIWIDGET ui_spinner_create(UiObject *obj, UiSpinnerArgs *args) { | 38 UIWIDGET ui_spinbox_create(UiObject *obj, UiSpinBoxArgs *args) { |
| 39 double min = 0; | 39 double min = 0; |
| 40 double max = 1000; | 40 double max = 1000; |
| 41 | 41 |
| 42 UiObject* current = uic_current_obj(obj); | 42 UiObject* current = uic_current_obj(obj); |
| 43 | 43 |