Clones.bjs
authorAlan Knowles <alan@roojs.com>
Tue, 30 Oct 2018 05:06:53 +0000 (13:06 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 30 Oct 2018 05:06:53 +0000 (13:06 +0800)
Clones.vala

Clones.bjs
Clones.vala

index cbeb877..55b9eee 100644 (file)
            ]
           }
          ]
-        },
-        {
-         "* pack" : false,
-         "xtype" : "TreeView",
-         "$ xns" : "Gtk",
-         "items" : [
-          {
-           "* pack" : false,
-           "xtype" : "ListStore",
-           "$ xns" : "Gtk"
-          }
-         ]
         }
        ]
       }
index d863406..9159398 100644 (file)
@@ -447,8 +447,6 @@ public class Clones : Object
             var child_0 = new Xcls_reposView( _this );
             child_0.ref();
             this.el.add (  child_0.el  );
-            var child_1 = new Xcls_TreeView24( _this );
-            child_1.ref();
 
             // init method
 
@@ -952,52 +950,6 @@ public class Clones : Object
 
 
 
-    public class Xcls_TreeView24 : Object
-    {
-        public Gtk.TreeView el;
-        private Clones  _this;
-
-
-            // my vars (def)
-
-        // ctor
-        public Xcls_TreeView24(Clones _owner )
-        {
-            _this = _owner;
-            this.el = new Gtk.TreeView();
-
-            // my vars (dec)
-
-            // set gobject values
-            var child_0 = new Xcls_ListStore25( _this );
-            child_0.ref();
-        }
-
-        // user defined functions
-    }
-    public class Xcls_ListStore25 : Object
-    {
-        public Gtk.ListStore el;
-        private Clones  _this;
-
-
-            // my vars (def)
-
-        // ctor
-        public Xcls_ListStore25(Clones _owner )
-        {
-            _this = _owner;
-            this.el = new Gtk.ListStore( 0, null );
-
-            // my vars (dec)
-
-            // set gobject values
-        }
-
-        // user defined functions
-    }
-
-
 
 
     public class Xcls_ok_button : Object