| 99 |
116 |
| 100 UIWIDGET ui_radiobutton_var(UiObject *obj, char *label, UiVar *var); |
117 UIWIDGET ui_radiobutton_var(UiObject *obj, char *label, UiVar *var); |
| 101 |
118 |
| 102 void ui_radio_obs(GtkToggleButton *widget, UiVarEventData *event); |
119 void ui_radio_obs(GtkToggleButton *widget, UiVarEventData *event); |
| 103 |
120 |
| |
121 UIWIDGET ui_create_content_togglebutton(UiObject *obj, UiContentToggleArgs *args); |
| |
122 |
| 104 int64_t ui_switch_get(UiInteger *value); |
123 int64_t ui_switch_get(UiInteger *value); |
| 105 void ui_switch_set(UiInteger *value, int64_t i); |
124 void ui_switch_set(UiInteger *value, int64_t i); |
| |
125 |
| |
126 int64_t ui_ctntogglebutton_get(UiInteger *value); |
| |
127 void ui_ctntogglebutton_set(UiInteger *value, int64_t i); |
| 106 |
128 |
| 107 int64_t ui_radiobutton_get(UiInteger *value); |
129 int64_t ui_radiobutton_get(UiInteger *value); |
| 108 void ui_radiobutton_set(UiInteger *value, int64_t i); |
130 void ui_radiobutton_set(UiInteger *value, int64_t i); |
| 109 |
131 |
| 110 char* ui_linkbutton_get(UiString *s); |
132 char* ui_linkbutton_get(UiString *s); |