| 59 void uic_text_unbind(UiText *t); |
59 void uic_text_unbind(UiText *t); |
| 60 void uic_range_unbind(UiRange *r); |
60 void uic_range_unbind(UiRange *r); |
| 61 void uic_list_unbind(UiList *l); |
61 void uic_list_unbind(UiList *l); |
| 62 void uic_generic_unbind(UiGeneric *g); |
62 void uic_generic_unbind(UiGeneric *g); |
| 63 |
63 |
| |
64 UIEXPORT UiListSelection* ui_list_get_selection_allocated(UiList *list); |
| |
65 UIEXPORT void ui_list_selection_free(UiListSelection *sel); |
| |
66 |
| 64 void uic_list_register_observer_destructor(UiContext *ctx, UiList *list, UiObserver *observer); |
67 void uic_list_register_observer_destructor(UiContext *ctx, UiList *list, UiObserver *observer); |
| 65 |
68 |
| 66 #ifdef __cplusplus |
69 #ifdef __cplusplus |
| 67 } |
70 } |
| 68 #endif |
71 #endif |