ui/motif/container.h

branch
newapi
changeset 178
7c3ff86ee9d4
parent 176
bc63cb601f6d
child 406
0ebf9d7b23e8
--- a/ui/motif/container.h	Sun Apr 16 10:20:21 2023 +0200
+++ b/ui/motif/container.h	Tue May 23 11:11:28 2023 +0200
@@ -31,7 +31,7 @@
 
 #include "../ui/toolkit.h"
 #include "../ui/container.h"
-#include <ucx/list.h>
+#include <cx/list.h>
 #include <string.h>
 
 #ifdef	__cplusplus
@@ -93,8 +93,8 @@
 
 struct UiGridContainer {
     UiContainer container;
-    UcxList     *lines;
-    UcxList     *current;
+    CxList      *lines;
+    CxList      *current;
     int         columnspacing;
     int         rowspacing;
 };
@@ -103,14 +103,14 @@
     UiContainer container;
     UiContext   *context;
     Widget      widget;
-    UcxList     *tabs;
+    CxList      *tabs;
     Widget      current;
 };
 
 struct MotifTabbedPane {
     UiTabbedPane view;
     Widget       tabbar;
-    UcxList      *tabs;
+    CxList       *tabs;
     UiTab        *current;
     int          index;
     Pixel        bg1;

mercurial