ui/gtk/container.h

changeset 115
e57ca2747782
parent 112
c3f2f16fa4b8
--- a/ui/gtk/container.h	Sun Dec 07 20:00:33 2025 +0100
+++ b/ui/gtk/container.h	Sat Dec 13 15:58:58 2025 +0100
@@ -61,6 +61,13 @@
     int close;
 };
 
+typedef struct UiCustomContainer {
+    UiContainerPrivate container;
+    UiObject *obj;
+    ui_addwidget_func add;
+    void *userdata;
+} UiCustomContainer;
+
 typedef struct UiBoxContainer {
     UiContainerPrivate container;
     UiSubContainerType type;

mercurial