ui/gtk/button.h

changeset 144
29d98cff4f56
parent 142
46448d38885c
child 167
161511838ea6
equal deleted inserted replaced
143:d499b29d7cb6 144:29d98cff4f56
48 48
49 UIWIDGET ui_radiobutton_var(UiObject *obj, char *label, UiVar *var); 49 UIWIDGET ui_radiobutton_var(UiObject *obj, char *label, UiVar *var);
50 50
51 void ui_radio_obs(GtkToggleToolButton *widget, UiVarEventData *event); 51 void ui_radio_obs(GtkToggleToolButton *widget, UiVarEventData *event);
52 52
53 int ui_radiobutton_get(UiInteger *value); 53 int64_t ui_radiobutton_get(UiInteger *value);
54 void ui_radiobutton_set(UiInteger *value, int i); 54 void ui_radiobutton_set(UiInteger *value, int64_t i);
55 55
56 #ifdef __cplusplus 56 #ifdef __cplusplus
57 } 57 }
58 #endif 58 #endif
59 59

mercurial