src/Builder4/GladeView.bjs
authorAlan <alan@roojs.com>
Wed, 15 Jun 2022 09:19:37 +0000 (17:19 +0800)
committerAlan <alan@roojs.com>
Wed, 15 Jun 2022 09:19:37 +0000 (17:19 +0800)
src/Builder4/GladeView.vala

src/Builder4/GladeView.bjs
src/Builder4/GladeView.vala

index 57a8676..9822f00 100644 (file)
        "$ xns" : "Gtk",
        "Gtk.Orientation orientation" : "Gtk.Orientation.HORIZONTAL",
        "xtype" : "Paned"
+      },
+      {
+       "$ xns" : "Gtk",
+       "xtype" : "TextView"
       }
      ],
      "xtype" : "Box"
index 8055225..a1b70d6 100644 (file)
@@ -52,6 +52,8 @@ public class GladeView : Object
             child_0.ref();
             var child_1 = new Xcls_Paned4( _this );
             child_1.ref();
+            var child_2 = new Xcls_TextView5( _this );
+            child_2.ref();
         }
 
         // user defined functions
@@ -101,5 +103,27 @@ public class GladeView : Object
         // user defined functions
     }
 
+    public class Xcls_TextView5 : Object
+    {
+        public Gtk.TextView el;
+        private GladeView  _this;
+
+
+            // my vars (def)
+
+        // ctor
+        public Xcls_TextView5(GladeView _owner )
+        {
+            _this = _owner;
+            this.el = new Gtk.TextView();
+
+            // my vars (dec)
+
+            // set gobject values
+        }
+
+        // user defined functions
+    }
+
 
 }