From 065870752c8576a53771518fbac915a1683f4445 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Tue, 28 Oct 2014 17:32:44 +0800 Subject: [PATCH] Builder4/ValaProjectSettings.bjs Builder4/ValaProjectSettings.vala --- Builder4/ValaProjectSettings.bjs | 4 ---- Builder4/ValaProjectSettings.vala | 23 ----------------------- 2 files changed, 27 deletions(-) diff --git a/Builder4/ValaProjectSettings.bjs b/Builder4/ValaProjectSettings.bjs index b05fa1a59..b4719f48b 100644 --- a/Builder4/ValaProjectSettings.bjs +++ b/Builder4/ValaProjectSettings.bjs @@ -140,10 +140,6 @@ ] } ] - }, - { - "xtype" : "Button", - "$ xns" : "Gtk" } ] } diff --git a/Builder4/ValaProjectSettings.vala b/Builder4/ValaProjectSettings.vala index 427534d36..27fa1a1d5 100644 --- a/Builder4/ValaProjectSettings.vala +++ b/Builder4/ValaProjectSettings.vala @@ -28,8 +28,6 @@ public class ValaProjectSettings : Object // set gobject values var child_0 = new Xcls_Notebook2( _this ); child_0.ref(); - var child_1 = new Xcls_Button23( _this ); - child_1.ref(); } // user defined functions @@ -525,27 +523,6 @@ public class ValaProjectSettings : Object // set gobject values } - // user defined functions - } - public class Xcls_Button23 : Object - { - public Gtk.Button el; - private ValaProjectSettings _this; - - - // my vars (def) - - // ctor - public Xcls_Button23(ValaProjectSettings _owner ) - { - _this = _owner; - this.el = new Gtk.Button(); - - // my vars (dec) - - // set gobject values - } - // user defined functions } } -- 2.39.2