From: Alan Knowles Date: Tue, 30 Oct 2018 05:06:53 +0000 (+0800) Subject: Clones.bjs X-Git-Url: http://git.roojs.org/?p=gitlive;a=commitdiff_plain;h=aa170dd5cee79639668197fa84581a28163c86c8 Clones.bjs Clones.vala --- diff --git a/Clones.bjs b/Clones.bjs index cbeb8772..55b9eee8 100644 --- a/Clones.bjs +++ b/Clones.bjs @@ -221,18 +221,6 @@ ] } ] - }, - { - "* pack" : false, - "xtype" : "TreeView", - "$ xns" : "Gtk", - "items" : [ - { - "* pack" : false, - "xtype" : "ListStore", - "$ xns" : "Gtk" - } - ] } ] } diff --git a/Clones.vala b/Clones.vala index d863406b..9159398a 100644 --- a/Clones.vala +++ b/Clones.vala @@ -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