ui/gtk/entry.h

branch
newapi
changeset 272
1a30bf64cb22
parent 145
853685152c1d
equal deleted inserted replaced
271:94d44bdcad3e 272:1a30bf64cb22
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

mercurial