src/Builder4/CodeInfo.bjs
authorAlan Knowles <alan@roojs.com>
Sat, 16 Mar 2024 06:36:29 +0000 (14:36 +0800)
committerAlan Knowles <alan@roojs.com>
Sat, 16 Mar 2024 06:36:29 +0000 (14:36 +0800)
src/Builder4/CodeInfo.vala

src/Builder4/CodeInfo.bjs
src/Builder4/CodeInfo.vala

index 0bee042..b58b1c8 100644 (file)
         }
        ],
        "xtype" : "Notebook"
+      },
+      {
+       "$ xns" : "Gtk",
+       "* prop" : "start_child",
+       "Gtk.Orientation orientation" : "Gtk.Orientation.VERTICAL",
+       "int spacing" : 0,
+       "xtype" : "Box"
       }
      ],
      "xtype" : "Paned"
index 14d28ed..49f10e4 100644 (file)
@@ -50,6 +50,9 @@ public class CodeInfo : Object
                        var child_1 = new Xcls_Notebook4( _this );
                        child_1.ref();
                        this.el.end_child = child_1.el;
+                       var child_2 = new Xcls_Box1620( _this );
+                       child_2.ref();
+                       this.el.start_child = child_2.el;
                }
 
                // user defined functions
@@ -124,5 +127,27 @@ public class CodeInfo : Object
 
 
 
+       public class Xcls_Box1620 : Object
+       {
+               public Gtk.Box el;
+               private CodeInfo  _this;
+
+
+                       // my vars (def)
+
+               // ctor
+               public Xcls_Box1620(CodeInfo _owner )
+               {
+                       _this = _owner;
+                       this.el = new Gtk.Box( Gtk.Orientation.VERTICAL, 0 );
+
+                       // my vars (dec)
+
+                       // set gobject values
+               }
+
+               // user defined functions
+       }
+
 
 }