ui/common/object.h

changeset 1127
d3a8c29ebdaa
parent 1123
42ef3156ea09
--- a/ui/common/object.h	Wed May 13 11:57:43 2026 +0200
+++ b/ui/common/object.h	Sun May 17 10:46:35 2026 +0200
@@ -50,6 +50,8 @@
 void uic_object_destroyed(UiObject *obj);
     
 void uic_object_destroy(UiObject *obj);
+
+CxList* uic_object_list(void);
     
 UiObject* uic_object_new_toplevel(void);
 UiObject* uic_object_new(UiObject *toplevel, UIWIDGET widget);

mercurial