From 8b0b49e25e71d676633393d1396f4ab10759016d Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 29 Oct 2014 17:57:15 +0800 Subject: [PATCH] Builder4/ValaProjectSettings.bjs Builder4/ValaProjectSettings.vala --- Builder4/ValaProjectSettings.bjs | 4 ++++ Builder4/ValaProjectSettings.vala | 23 +++++++++++++++++++++++ 2 files changed, 27 insertions(+) diff --git a/Builder4/ValaProjectSettings.bjs b/Builder4/ValaProjectSettings.bjs index 8994382db..ed7a52891 100644 --- a/Builder4/ValaProjectSettings.bjs +++ b/Builder4/ValaProjectSettings.bjs @@ -194,6 +194,10 @@ ] } ] + }, + { + "xtype" : "Label", + "$ xns" : "Gtk" } ] } diff --git a/Builder4/ValaProjectSettings.vala b/Builder4/ValaProjectSettings.vala index 00fe4dfb9..f418e1e85 100644 --- a/Builder4/ValaProjectSettings.vala +++ b/Builder4/ValaProjectSettings.vala @@ -55,6 +55,8 @@ public class ValaProjectSettings : Object var child_1 = new Xcls_HPaned18( _this ); child_1.ref(); this.el.add ( child_1.el ); + var child_2 = new Xcls_Label29( _this ); + child_2.ref(); } // user defined functions @@ -697,6 +699,27 @@ public class ValaProjectSettings : Object // set gobject values } + // user defined functions + } + public class Xcls_Label29 : Object + { + public Gtk.Label el; + private ValaProjectSettings _this; + + + // my vars (def) + + // ctor + public Xcls_Label29(ValaProjectSettings _owner ) + { + _this = _owner; + this.el = new Gtk.Label( null ); + + // my vars (dec) + + // set gobject values + } + // user defined functions } } -- 2.39.2