X-Git-Url: http://git.roojs.org/?p=gitlive;a=blobdiff_plain;f=NewBranch.vala;h=6347837fba42b0a3b132df01b21178e422bd3970;hp=3d90374354b1ae6883d46cb52f31d3a07aa86c97;hb=9af50e3ff6a9804a5e4290384478f09ed11905a2;hpb=fa0ec321ef643ea02e0227505d1b5f5ce0cfcefe diff --git a/NewBranch.vala b/NewBranch.vala index 3d903743..6347837f 100644 --- a/NewBranch.vala +++ b/NewBranch.vala @@ -56,6 +56,9 @@ public class NewBranch : Object var child_1 = new Xcls_Notebook22( _this ); child_1.ref(); this.el.add ( child_1.el ); + var child_2 = new Xcls_Box26( _this ); + child_2.ref(); + this.el.composite_name ( child_2.el ); //listeners this.el.delete_event.connect( (self, event) => { @@ -1062,4 +1065,26 @@ public class NewBranch : Object } + public class Xcls_Box26 : Object + { + public Gtk.Box el; + private NewBranch _this; + + + // my vars (def) + + // ctor + public Xcls_Box26(NewBranch _owner ) + { + _this = _owner; + this.el = new Gtk.Box( null, 0 ); + + // my vars (dec) + + // set gobject values + } + + // user defined functions + } + }