| 128 "destroy", |
128 "destroy", |
| 129 G_CALLBACK(ui_destroy_vardata), |
129 G_CALLBACK(ui_destroy_vardata), |
| 130 event); |
130 event); |
| 131 |
131 |
| 132 UI_APPLY_LAYOUT2(current, args); |
132 UI_APPLY_LAYOUT2(current, args); |
| 133 current->container->add(current->container, spin, FALSE); |
133 current->container->add(current->container, spin); |
| 134 |
134 |
| 135 return spin; |
135 return spin; |
| 136 } |
136 } |
| 137 |
137 |
| 138 void ui_spinner_setrange(UIWIDGET spinner, double min, double max) { |
138 void ui_spinner_setrange(UIWIDGET spinner, double min, double max) { |