20 |
20 |
21 #ifdef __cplusplus |
21 #ifdef __cplusplus |
22 extern "C" { |
22 extern "C" { |
23 #endif |
23 #endif |
24 |
24 |
25 UIWIDGET ui_spinner_var(UiObject *obj, double step, int digits, UiVar *var, UiVarType type); |
|
26 void ui_spinner_changed(GtkSpinButton *spinner, UiVarEventData *event); |
25 void ui_spinner_changed(GtkSpinButton *spinner, UiVarEventData *event); |
27 |
26 |
28 int64_t ui_spinbutton_getint(UiInteger *i); |
27 int64_t ui_spinbutton_getint(UiInteger *i); |
29 void ui_spinbutton_setint(UiInteger *i, int64_t val); |
28 void ui_spinbutton_setint(UiInteger *i, int64_t val); |
30 |
29 |