| 171 void uic_check_state_widgets(UiContext *ctx); |
171 void uic_check_state_widgets(UiContext *ctx); |
| 172 void uic_add_state_widget(UiContext *ctx, void *widget, ui_enablefunc enable, CxList *states); |
172 void uic_add_state_widget(UiContext *ctx, void *widget, ui_enablefunc enable, CxList *states); |
| 173 void uic_add_state_widget_i(UiContext *ctx, void *widget, ui_enablefunc enable, const int *states, size_t numstates); |
173 void uic_add_state_widget_i(UiContext *ctx, void *widget, ui_enablefunc enable, const int *states, size_t numstates); |
| 174 void uic_remove_state_widget(UiContext *ctx, void *widget); |
174 void uic_remove_state_widget(UiContext *ctx, void *widget); |
| 175 |
175 |
| |
176 UIEXPORT void ui_context_onattach_action(UiContext *ctx, const char *action); |
| |
177 UIEXPORT void ui_context_ondetach_action(UiContext *ctx, const char *action); |
| |
178 |
| 176 #ifdef __cplusplus |
179 #ifdef __cplusplus |
| 177 } |
180 } |
| 178 #endif |
181 #endif |
| 179 |
182 |
| 180 #endif /* UIC_CONTEXT_H */ |
183 #endif /* UIC_CONTEXT_H */ |