From: Alan Knowles Date: Wed, 19 Dec 2018 05:41:29 +0000 (+0800) Subject: RepoStatusPopover.bjs X-Git-Url: http://git.roojs.org/?p=gitlive;a=commitdiff_plain;h=1dac272c150146b4b8a3dc486669f122d2e691cd RepoStatusPopover.bjs RepoStatusPopover.vala --- diff --git a/RepoStatusPopover.bjs b/RepoStatusPopover.bjs index acab3d34..ea69bd53 100644 --- a/RepoStatusPopover.bjs +++ b/RepoStatusPopover.bjs @@ -177,6 +177,7 @@ }, "label" : "Create Branch / Start ticket", "* ctor" : "new Gtk.ToolButton(new Gtk.Image.from_icon_name (\"gtk-add\", Gtk.IconSize.SMALL_TOOLBAR), null);", + "id" : "btn_create", "xtype" : "ToolButton", "* pack" : "add", "$ xns" : "Gtk", diff --git a/RepoStatusPopover.vala b/RepoStatusPopover.vala index b43c6eef..1548c8bb 100644 --- a/RepoStatusPopover.vala +++ b/RepoStatusPopover.vala @@ -16,6 +16,7 @@ public class RepoStatusPopover : Object public Xcls_label_diff label_diff; public Xcls_status_view status_view; public Xcls_diff_view diff_view; + public Xcls_btn_create btn_create; public Xcls_btn_merge btn_merge; // my vars (def) @@ -610,7 +611,7 @@ public class RepoStatusPopover : Object // set gobject values this.el.toolbar_style = Gtk.ToolbarStyle.BOTH_HORIZ; - var child_0 = new Xcls_ToolButton20( _this ); + var child_0 = new Xcls_btn_create( _this ); child_0.ref(); this.el.add ( child_0.el ); var child_1 = new Xcls_btn_merge( _this ); @@ -623,7 +624,7 @@ public class RepoStatusPopover : Object // user defined functions } - public class Xcls_ToolButton20 : Object + public class Xcls_btn_create : Object { public Gtk.ToolButton el; private RepoStatusPopover _this; @@ -632,9 +633,10 @@ public class RepoStatusPopover : Object // my vars (def) // ctor - public Xcls_ToolButton20(RepoStatusPopover _owner ) + public Xcls_btn_create(RepoStatusPopover _owner ) { _this = _owner; + _this.btn_create = this; this.el = new Gtk.ToolButton(new Gtk.Image.from_icon_name ("gtk-add", Gtk.IconSize.SMALL_TOOLBAR), null);; // my vars (dec)