| 244 | | void update_label(int *widget, const char *var_value); |
| 245 | | void update_toggle(int *widget, const char *var_value, AW_CL cd); |
| 246 | | void update_input_field(int *widget, const char *var_value); |
| 247 | | void update_text_field(int *widget, const char *var_value); |
| | 244 | void update_label(Widget widget, const char *var_value); |
| | 245 | void update_toggle(Widget widget, const char *var_value, AW_CL cd); |
| | 246 | void update_input_field(Widget widget, const char *var_value); |
| | 247 | void update_text_field(Widget widget, const char *var_value); |