ui/common/wrapper.h

changeset 640
c948819bdfb2
parent 621
84b351712c19
child 656
2f18119d176a
--- a/ui/common/wrapper.h	Thu Jun 26 18:42:20 2025 +0200
+++ b/ui/common/wrapper.h	Thu Jun 26 22:01:44 2025 +0200
@@ -38,6 +38,10 @@
 UIEXPORT UiContext* ui_object_get_context(UiObject *obj);
 UIEXPORT void* ui_object_get_windowdata(UiObject *obj);
 UIEXPORT void ui_object_set_windowdata(UiObject *obj, void *windowdata);
+
+UIEXPORT void* ui_list_get_data(UiList *list);
+UIEXPORT void* ui_list_get_iter(UiList *list);
+UIEXPORT void ui_list_set_iter(UiList *list, void *iter);
     
 UIEXPORT UiObject* ui_event_get_obj(UiEvent *event);
 UIEXPORT void* ui_event_get_document(UiEvent *event);

mercurial