From: Alan Knowles Date: Sun, 17 Mar 2024 04:08:10 +0000 (+0800) Subject: src/Builder4/Editor.bjs X-Git-Url: http://git.roojs.org/?a=commitdiff_plain;h=ef3131eddbdacf10cf7b7ffe431ffea4dd091a1f;p=roobuilder src/Builder4/Editor.bjs src/Builder4/Editor.vala --- diff --git a/src/Builder4/Editor.bjs b/src/Builder4/Editor.bjs index b358e15ac..6be957691 100644 --- a/src/Builder4/Editor.bjs +++ b/src/Builder4/Editor.bjs @@ -1025,7 +1025,7 @@ "" ], "$ xns" : "Gtk", - "* prop" : "modelx", + "* prop" : "model", "bool autoexpand" : true, "bool passthrough" : false, "items" : [ diff --git a/src/Builder4/Editor.vala b/src/Builder4/Editor.vala index 68860ce70..0f8bc7be3 100644 --- a/src/Builder4/Editor.vala +++ b/src/Builder4/Editor.vala @@ -1961,14 +1961,13 @@ public class Editor : Object { _this = _owner; _this.navigationselmodel = this; - this.el = new Gtk.NoSelection( null ); + var child_1 = new Xcls_TreeListModel32( _this ); + child_1.ref(); + this.el = new Gtk.NoSelection( child_1.el ); // my vars (dec) // set gobject values - var child_1 = new Xcls_TreeListModel32( _this ); - child_1.ref(); - this.el.modelx = child_1.el; } // user defined functions @@ -2034,6 +2033,28 @@ public class Editor : Object } + public class Xcls_SortListModel60 : Object + { + public Gtk.SortListModel el; + private Editor _this; + + + // my vars (def) + + // ctor + public Xcls_SortListModel60(Editor _owner ) + { + _this = _owner; + this.el = new Gtk.SortListModel( null, null ); + + // my vars (dec) + + // set gobject values + } + + // user defined functions + } + public class Xcls_GestureClick34 : Object {