From 19c409ece0d35545e040a5a911fdea6dad3f4a8f Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 19 Dec 2018 13:25:32 +0800 Subject: [PATCH] RepoStatusPopover.bjs RepoStatusPopover.vala --- RepoStatusPopover.bjs | 166 ++++++++++++++++++++++------------------- RepoStatusPopover.vala | 163 +++++++++++++++++++++++----------------- 2 files changed, 183 insertions(+), 146 deletions(-) diff --git a/RepoStatusPopover.bjs b/RepoStatusPopover.bjs index 6fcf5196..dc27804a 100644 --- a/RepoStatusPopover.bjs +++ b/RepoStatusPopover.bjs @@ -25,88 +25,98 @@ "$ homogeneous" : false, "items" : [ { - "Gtk.ToolbarStyle toolbar_style" : "Gtk.ToolbarStyle.BOTH_HORIZ", - "xtype" : "Toolbar", - "* pack" : "add", + "* pack" : "pack_end,false,false,0", + "xtype" : "Box", + "gboolean expand" : false, "$ xns" : "Gtk", - "bool vexpand" : false, + "Gtk.Orientation orientation" : "Gtk.Orientation.HORIZONTAL", + "$ homogeneous" : true, + "gboolean vexpand" : false, "items" : [ { - "listeners" : { - "button_press_event" : "() => {\n \n \n GitMonitor.gitmonitor.stop();\n _this.repo.git({ \"stash\" , \"--all\" });\n _this.repo.loadStatus();\n GitMonitor.gitmonitor.start();\n _this.diff_view.el.get_buffer().set_text(_this.repo.git_diff);\n _this.status_view.el.get_buffer().set_text(_this.repo.git_status);\n Clones.singleton().reposStore.load();\n \n _this.el.hide();\n return false;\n}" - }, - "label" : "Stash Changes", - "* ctor" : "new Gtk.ToolButton(new Gtk.Image.from_icon_name (\"gtk-undo\", Gtk.IconSize.SMALL_TOOLBAR), null);", - "xtype" : "ToolButton", - "* pack" : "add", - "$ xns" : "Gtk", - "bool is_important" : true - }, - { - "listeners" : { - "button_press_event" : "() => {\n _this.repo.git({ \"commit\" , \"-a\" ,\"-m\", \"Uncommited changes synced\" });\n _this.repo.push();\n _this.repo.loadStatus();\n \n _this.diff_view.el.get_buffer().set_text(_this.repo.git_diff);\n _this.status_view.el.get_buffer().set_text(_this.repo.git_status);\n \n _this.el.hide();\n Clones.singleton().reposStore.load();\n \n return false;\n}" - }, - "label" : "Commit Changes", - "* ctor" : "new Gtk.ToolButton(new Gtk.Image.from_icon_name (\"gtk-save\", Gtk.IconSize.SMALL_TOOLBAR), null);", - "* pack" : "add", - "xtype" : "ToolButton", - "$ xns" : "Gtk", - "bool is_important" : true - }, - { - "listeners" : { - "button_press_event" : "() => {\n var oldq = new Gee.ArrayList(); \n\n\tClones.singleton().el.response(-1);\n\tNewBranch.singleton().show(_this.repo, oldq);\n\n return false;\n}" - }, - "label" : "Create Branch / Start ticket", - "* ctor" : "new Gtk.ToolButton(new Gtk.Image.from_icon_name (\"gtk-add\", Gtk.IconSize.SMALL_TOOLBAR), null);", - "xtype" : "ToolButton", - "* pack" : "add", - "$ xns" : "Gtk", - "bool is_important" : true - }, - { - "listeners" : { - "button_press_event" : "() => {\n \n \n GitMonitor.gitmonitor.stop();\n _this.repo.git({ \"reset\" , \"--hard\" });\n _this.repo.loadStatus();\n GitMonitor.gitmonitor.start();\n _this.diff_view.el.get_buffer().set_text(_this.repo.git_diff);\n _this.status_view.el.get_buffer().set_text(_this.repo.git_status);\n Clones.singleton().reposStore.load();\n \n _this.el.hide();\n return false;\n}" - }, - "label" : "Reset / clear changes", - "* ctor" : "new Gtk.ToolButton(new Gtk.Image.from_icon_name (\"gtk-revert-to-saved\", Gtk.IconSize.SMALL_TOOLBAR), null);", - "* pack" : "add", - "xtype" : "ToolButton", - "$ xns" : "Gtk", - "bool is_important" : true - }, - { - "listeners" : { - "button_press_event" : "() => {\n \n \n GitMonitor.gitmonitor.stop();\n _this.repo.git({ \"pull\" , \"--all\" });\n _this.repo.loadStatus();\n GitMonitor.gitmonitor.start();\n _this.diff_view.el.get_buffer().set_text(_this.repo.git_diff);\n _this.status_view.el.get_buffer().set_text(_this.repo.git_status);\n Clones.singleton().reposStore.load();\n \n _this.el.hide();\n return false;\n}" - }, - "label" : "Pull updates", - "* ctor" : "new Gtk.ToolButton(new Gtk.Image.from_icon_name (\"gtk-goto-bottom\", Gtk.IconSize.SMALL_TOOLBAR), null);", - "xtype" : "ToolButton", - "* pack" : "add", - "$ xns" : "Gtk", - "bool is_important" : true - }, - { - "listeners" : { - "button_press_event" : "() => {\n\n _this.el.hide();\n Clones.singleton().el.response(-1);\n if (_this.repo.activeTicket != null) {\n\t MergeBranch.singleton().show(_this.repo.activeTicket, null); \n }\n return false;\n}" - }, - "label" : "Merge branch/ ticket", - "* ctor" : "new Gtk.ToolButton(new Gtk.Image.from_icon_name (\"gtk-goto-top\", Gtk.IconSize.SMALL_TOOLBAR), null);", - "xtype" : "ToolButton", - "* pack" : "add", - "$ xns" : "Gtk", - "bool is_important" : true - }, - { - "listeners" : { - "button_press_event" : "() => {\n \n\n\n Clones.singleton().el.response(-1);\n \n _this.el.hide();\n Ticket.singleton().show( _this.repo);\n \n return false;\n}" - }, - "label" : "Create Ticket", - "* ctor" : "new Gtk.ToolButton(new Gtk.Image.from_icon_name (\"gtk-new\", Gtk.IconSize.SMALL_TOOLBAR), null);", + "Gtk.ToolbarStyle toolbar_style" : "Gtk.ToolbarStyle.BOTH_HORIZ", "* pack" : "add", - "xtype" : "ToolButton", + "xtype" : "Toolbar", "$ xns" : "Gtk", - "bool is_important" : true + "items" : [ + { + "listeners" : { + "button_press_event" : "() => {\n \n \n GitMonitor.gitmonitor.stop();\n _this.repo.git({ \"stash\" , \"--all\" });\n _this.repo.loadStatus();\n GitMonitor.gitmonitor.start();\n _this.diff_view.el.get_buffer().set_text(_this.repo.git_diff);\n _this.status_view.el.get_buffer().set_text(_this.repo.git_status);\n Clones.singleton().reposStore.load();\n \n _this.el.hide();\n return false;\n}" + }, + "label" : "Stash Changes", + "* ctor" : "new Gtk.ToolButton(new Gtk.Image.from_icon_name (\"gtk-undo\", Gtk.IconSize.SMALL_TOOLBAR), null);", + "xtype" : "ToolButton", + "* pack" : "add", + "$ xns" : "Gtk", + "bool is_important" : true + }, + { + "listeners" : { + "button_press_event" : "() => {\n _this.repo.git({ \"commit\" , \"-a\" ,\"-m\", \"Uncommited changes synced\" });\n _this.repo.push();\n _this.repo.loadStatus();\n \n _this.diff_view.el.get_buffer().set_text(_this.repo.git_diff);\n _this.status_view.el.get_buffer().set_text(_this.repo.git_status);\n \n _this.el.hide();\n Clones.singleton().reposStore.load();\n \n return false;\n}" + }, + "label" : "Commit Changes", + "* ctor" : "new Gtk.ToolButton(new Gtk.Image.from_icon_name (\"gtk-save\", Gtk.IconSize.SMALL_TOOLBAR), null);", + "* pack" : "add", + "xtype" : "ToolButton", + "$ xns" : "Gtk", + "bool is_important" : true + }, + { + "listeners" : { + "button_press_event" : "() => {\n var oldq = new Gee.ArrayList(); \n\n\tClones.singleton().el.response(-1);\n\tNewBranch.singleton().show(_this.repo, oldq);\n\n return false;\n}" + }, + "label" : "Create Branch / Start ticket", + "* ctor" : "new Gtk.ToolButton(new Gtk.Image.from_icon_name (\"gtk-add\", Gtk.IconSize.SMALL_TOOLBAR), null);", + "xtype" : "ToolButton", + "* pack" : "add", + "$ xns" : "Gtk", + "bool is_important" : true + }, + { + "listeners" : { + "button_press_event" : "() => {\n \n \n GitMonitor.gitmonitor.stop();\n _this.repo.git({ \"reset\" , \"--hard\" });\n _this.repo.loadStatus();\n GitMonitor.gitmonitor.start();\n _this.diff_view.el.get_buffer().set_text(_this.repo.git_diff);\n _this.status_view.el.get_buffer().set_text(_this.repo.git_status);\n Clones.singleton().reposStore.load();\n \n _this.el.hide();\n return false;\n}" + }, + "label" : "Reset / clear changes", + "* ctor" : "new Gtk.ToolButton(new Gtk.Image.from_icon_name (\"gtk-revert-to-saved\", Gtk.IconSize.SMALL_TOOLBAR), null);", + "* pack" : "add", + "xtype" : "ToolButton", + "$ xns" : "Gtk", + "bool is_important" : true + }, + { + "listeners" : { + "button_press_event" : "() => {\n \n \n GitMonitor.gitmonitor.stop();\n _this.repo.git({ \"pull\" , \"--all\" });\n _this.repo.loadStatus();\n GitMonitor.gitmonitor.start();\n _this.diff_view.el.get_buffer().set_text(_this.repo.git_diff);\n _this.status_view.el.get_buffer().set_text(_this.repo.git_status);\n Clones.singleton().reposStore.load();\n \n _this.el.hide();\n return false;\n}" + }, + "label" : "Pull updates", + "* ctor" : "new Gtk.ToolButton(new Gtk.Image.from_icon_name (\"gtk-goto-bottom\", Gtk.IconSize.SMALL_TOOLBAR), null);", + "xtype" : "ToolButton", + "* pack" : "add", + "$ xns" : "Gtk", + "bool is_important" : true + }, + { + "listeners" : { + "button_press_event" : "() => {\n\n _this.el.hide();\n Clones.singleton().el.response(-1);\n if (_this.repo.activeTicket != null) {\n\t MergeBranch.singleton().show(_this.repo.activeTicket, null); \n }\n return false;\n}" + }, + "label" : "Merge branch/ ticket", + "* ctor" : "new Gtk.ToolButton(new Gtk.Image.from_icon_name (\"gtk-goto-top\", Gtk.IconSize.SMALL_TOOLBAR), null);", + "xtype" : "ToolButton", + "* pack" : "add", + "$ xns" : "Gtk", + "bool is_important" : true + }, + { + "listeners" : { + "button_press_event" : "() => {\n \n\n\n Clones.singleton().el.response(-1);\n \n _this.el.hide();\n Ticket.singleton().show( _this.repo);\n \n return false;\n}" + }, + "label" : "Create Ticket", + "* ctor" : "new Gtk.ToolButton(new Gtk.Image.from_icon_name (\"gtk-new\", Gtk.IconSize.SMALL_TOOLBAR), null);", + "* pack" : "add", + "xtype" : "ToolButton", + "$ xns" : "Gtk", + "bool is_important" : true + } + ] } ] }, @@ -189,8 +199,8 @@ "items" : [ { "Gtk.ToolbarStyle toolbar_style" : "Gtk.ToolbarStyle.BOTH_HORIZ", - "* pack" : "add", "xtype" : "Toolbar", + "* pack" : "add", "$ xns" : "Gtk", "items" : [ { diff --git a/RepoStatusPopover.vala b/RepoStatusPopover.vala index bdbd2336..b6f4f0d3 100644 --- a/RepoStatusPopover.vala +++ b/RepoStatusPopover.vala @@ -86,20 +86,47 @@ public class RepoStatusPopover : Object // set gobject values this.el.homogeneous = false; this.el.border_width = 5; - var child_0 = new Xcls_Toolbar3( _this ); + var child_0 = new Xcls_Box3( _this ); child_0.ref(); - this.el.add ( child_0.el ); - var child_1 = new Xcls_Notebook11( _this ); + this.el.pack_end ( child_0.el , false,false,0 ); + var child_1 = new Xcls_Notebook12( _this ); child_1.ref(); this.el.pack_start ( child_1.el , true,true,0 ); - var child_2 = new Xcls_Box20( _this ); + var child_2 = new Xcls_Box21( _this ); child_2.ref(); this.el.pack_end ( child_2.el , false,false,0 ); } // user defined functions } - public class Xcls_Toolbar3 : Object + public class Xcls_Box3 : Object + { + public Gtk.Box el; + private RepoStatusPopover _this; + + + // my vars (def) + + // ctor + public Xcls_Box3(RepoStatusPopover _owner ) + { + _this = _owner; + this.el = new Gtk.Box( Gtk.Orientation.HORIZONTAL, 0 ); + + // my vars (dec) + + // set gobject values + this.el.homogeneous = true; + this.el.expand = false; + this.el.vexpand = false; + var child_0 = new Xcls_Toolbar4( _this ); + child_0.ref(); + this.el.add ( child_0.el ); + } + + // user defined functions + } + public class Xcls_Toolbar4 : Object { public Gtk.Toolbar el; private RepoStatusPopover _this; @@ -108,7 +135,7 @@ public class RepoStatusPopover : Object // my vars (def) // ctor - public Xcls_Toolbar3(RepoStatusPopover _owner ) + public Xcls_Toolbar4(RepoStatusPopover _owner ) { _this = _owner; this.el = new Gtk.Toolbar(); @@ -116,34 +143,33 @@ public class RepoStatusPopover : Object // my vars (dec) // set gobject values - this.el.vexpand = false; this.el.toolbar_style = Gtk.ToolbarStyle.BOTH_HORIZ; - var child_0 = new Xcls_ToolButton4( _this ); + var child_0 = new Xcls_ToolButton5( _this ); child_0.ref(); this.el.add ( child_0.el ); - var child_1 = new Xcls_ToolButton5( _this ); + var child_1 = new Xcls_ToolButton6( _this ); child_1.ref(); this.el.add ( child_1.el ); - var child_2 = new Xcls_ToolButton6( _this ); + var child_2 = new Xcls_ToolButton7( _this ); child_2.ref(); this.el.add ( child_2.el ); - var child_3 = new Xcls_ToolButton7( _this ); + var child_3 = new Xcls_ToolButton8( _this ); child_3.ref(); this.el.add ( child_3.el ); - var child_4 = new Xcls_ToolButton8( _this ); + var child_4 = new Xcls_ToolButton9( _this ); child_4.ref(); this.el.add ( child_4.el ); - var child_5 = new Xcls_ToolButton9( _this ); + var child_5 = new Xcls_ToolButton10( _this ); child_5.ref(); this.el.add ( child_5.el ); - var child_6 = new Xcls_ToolButton10( _this ); + var child_6 = new Xcls_ToolButton11( _this ); child_6.ref(); this.el.add ( child_6.el ); } // user defined functions } - public class Xcls_ToolButton4 : Object + public class Xcls_ToolButton5 : Object { public Gtk.ToolButton el; private RepoStatusPopover _this; @@ -152,7 +178,7 @@ public class RepoStatusPopover : Object // my vars (def) // ctor - public Xcls_ToolButton4(RepoStatusPopover _owner ) + public Xcls_ToolButton5(RepoStatusPopover _owner ) { _this = _owner; this.el = new Gtk.ToolButton(new Gtk.Image.from_icon_name ("gtk-undo", Gtk.IconSize.SMALL_TOOLBAR), null);; @@ -183,7 +209,7 @@ public class RepoStatusPopover : Object // user defined functions } - public class Xcls_ToolButton5 : Object + public class Xcls_ToolButton6 : Object { public Gtk.ToolButton el; private RepoStatusPopover _this; @@ -192,7 +218,7 @@ public class RepoStatusPopover : Object // my vars (def) // ctor - public Xcls_ToolButton5(RepoStatusPopover _owner ) + public Xcls_ToolButton6(RepoStatusPopover _owner ) { _this = _owner; this.el = new Gtk.ToolButton(new Gtk.Image.from_icon_name ("gtk-save", Gtk.IconSize.SMALL_TOOLBAR), null);; @@ -222,7 +248,7 @@ public class RepoStatusPopover : Object // user defined functions } - public class Xcls_ToolButton6 : Object + public class Xcls_ToolButton7 : Object { public Gtk.ToolButton el; private RepoStatusPopover _this; @@ -231,7 +257,7 @@ public class RepoStatusPopover : Object // my vars (def) // ctor - public Xcls_ToolButton6(RepoStatusPopover _owner ) + public Xcls_ToolButton7(RepoStatusPopover _owner ) { _this = _owner; this.el = new Gtk.ToolButton(new Gtk.Image.from_icon_name ("gtk-add", Gtk.IconSize.SMALL_TOOLBAR), null);; @@ -256,7 +282,7 @@ public class RepoStatusPopover : Object // user defined functions } - public class Xcls_ToolButton7 : Object + public class Xcls_ToolButton8 : Object { public Gtk.ToolButton el; private RepoStatusPopover _this; @@ -265,7 +291,7 @@ public class RepoStatusPopover : Object // my vars (def) // ctor - public Xcls_ToolButton7(RepoStatusPopover _owner ) + public Xcls_ToolButton8(RepoStatusPopover _owner ) { _this = _owner; this.el = new Gtk.ToolButton(new Gtk.Image.from_icon_name ("gtk-revert-to-saved", Gtk.IconSize.SMALL_TOOLBAR), null);; @@ -296,7 +322,7 @@ public class RepoStatusPopover : Object // user defined functions } - public class Xcls_ToolButton8 : Object + public class Xcls_ToolButton9 : Object { public Gtk.ToolButton el; private RepoStatusPopover _this; @@ -305,7 +331,7 @@ public class RepoStatusPopover : Object // my vars (def) // ctor - public Xcls_ToolButton8(RepoStatusPopover _owner ) + public Xcls_ToolButton9(RepoStatusPopover _owner ) { _this = _owner; this.el = new Gtk.ToolButton(new Gtk.Image.from_icon_name ("gtk-goto-bottom", Gtk.IconSize.SMALL_TOOLBAR), null);; @@ -336,7 +362,7 @@ public class RepoStatusPopover : Object // user defined functions } - public class Xcls_ToolButton9 : Object + public class Xcls_ToolButton10 : Object { public Gtk.ToolButton el; private RepoStatusPopover _this; @@ -345,7 +371,7 @@ public class RepoStatusPopover : Object // my vars (def) // ctor - public Xcls_ToolButton9(RepoStatusPopover _owner ) + public Xcls_ToolButton10(RepoStatusPopover _owner ) { _this = _owner; this.el = new Gtk.ToolButton(new Gtk.Image.from_icon_name ("gtk-goto-top", Gtk.IconSize.SMALL_TOOLBAR), null);; @@ -371,7 +397,7 @@ public class RepoStatusPopover : Object // user defined functions } - public class Xcls_ToolButton10 : Object + public class Xcls_ToolButton11 : Object { public Gtk.ToolButton el; private RepoStatusPopover _this; @@ -380,7 +406,7 @@ public class RepoStatusPopover : Object // my vars (def) // ctor - public Xcls_ToolButton10(RepoStatusPopover _owner ) + public Xcls_ToolButton11(RepoStatusPopover _owner ) { _this = _owner; this.el = new Gtk.ToolButton(new Gtk.Image.from_icon_name ("gtk-new", Gtk.IconSize.SMALL_TOOLBAR), null);; @@ -409,7 +435,8 @@ public class RepoStatusPopover : Object } - public class Xcls_Notebook11 : Object + + public class Xcls_Notebook12 : Object { public Gtk.Notebook el; private RepoStatusPopover _this; @@ -418,7 +445,7 @@ public class RepoStatusPopover : Object // my vars (def) // ctor - public Xcls_Notebook11(RepoStatusPopover _owner ) + public Xcls_Notebook12(RepoStatusPopover _owner ) { _this = _owner; this.el = new Gtk.Notebook(); @@ -430,10 +457,10 @@ public class RepoStatusPopover : Object child_0.ref(); var child_1 = new Xcls_label_diff( _this ); child_1.ref(); - var child_2 = new Xcls_Box14( _this ); + var child_2 = new Xcls_Box15( _this ); child_2.ref(); this.el.append_page ( child_2.el , _this.label_status.el ); - var child_3 = new Xcls_Box17( _this ); + var child_3 = new Xcls_Box18( _this ); child_3.ref(); this.el.append_page ( child_3.el , _this.label_diff.el ); } @@ -486,7 +513,7 @@ public class RepoStatusPopover : Object // user defined functions } - public class Xcls_Box14 : Object + public class Xcls_Box15 : Object { public Gtk.Box el; private RepoStatusPopover _this; @@ -495,7 +522,7 @@ public class RepoStatusPopover : Object // my vars (def) // ctor - public Xcls_Box14(RepoStatusPopover _owner ) + public Xcls_Box15(RepoStatusPopover _owner ) { _this = _owner; this.el = new Gtk.Box( Gtk.Orientation.VERTICAL, 0 ); @@ -504,14 +531,14 @@ public class RepoStatusPopover : Object // set gobject values this.el.homogeneous = false; - var child_0 = new Xcls_ScrolledWindow15( _this ); + var child_0 = new Xcls_ScrolledWindow16( _this ); child_0.ref(); this.el.pack_start ( child_0.el , true,true,0 ); } // user defined functions } - public class Xcls_ScrolledWindow15 : Object + public class Xcls_ScrolledWindow16 : Object { public Gtk.ScrolledWindow el; private RepoStatusPopover _this; @@ -520,7 +547,7 @@ public class RepoStatusPopover : Object // my vars (def) // ctor - public Xcls_ScrolledWindow15(RepoStatusPopover _owner ) + public Xcls_ScrolledWindow16(RepoStatusPopover _owner ) { _this = _owner; this.el = new Gtk.ScrolledWindow( null, null ); @@ -564,7 +591,7 @@ public class RepoStatusPopover : Object - public class Xcls_Box17 : Object + public class Xcls_Box18 : Object { public Gtk.Box el; private RepoStatusPopover _this; @@ -573,7 +600,7 @@ public class RepoStatusPopover : Object // my vars (def) // ctor - public Xcls_Box17(RepoStatusPopover _owner ) + public Xcls_Box18(RepoStatusPopover _owner ) { _this = _owner; this.el = new Gtk.Box( Gtk.Orientation.VERTICAL, 0 ); @@ -582,14 +609,14 @@ public class RepoStatusPopover : Object // set gobject values this.el.homogeneous = false; - var child_0 = new Xcls_ScrolledWindow18( _this ); + var child_0 = new Xcls_ScrolledWindow19( _this ); child_0.ref(); this.el.pack_start ( child_0.el , true,true,0 ); } // user defined functions } - public class Xcls_ScrolledWindow18 : Object + public class Xcls_ScrolledWindow19 : Object { public Gtk.ScrolledWindow el; private RepoStatusPopover _this; @@ -598,7 +625,7 @@ public class RepoStatusPopover : Object // my vars (def) // ctor - public Xcls_ScrolledWindow18(RepoStatusPopover _owner ) + public Xcls_ScrolledWindow19(RepoStatusPopover _owner ) { _this = _owner; this.el = new Gtk.ScrolledWindow( null, null ); @@ -644,7 +671,7 @@ public class RepoStatusPopover : Object - public class Xcls_Box20 : Object + public class Xcls_Box21 : Object { public Gtk.Box el; private RepoStatusPopover _this; @@ -653,7 +680,7 @@ public class RepoStatusPopover : Object // my vars (def) // ctor - public Xcls_Box20(RepoStatusPopover _owner ) + public Xcls_Box21(RepoStatusPopover _owner ) { _this = _owner; this.el = new Gtk.Box( Gtk.Orientation.HORIZONTAL, 0 ); @@ -664,14 +691,14 @@ public class RepoStatusPopover : Object this.el.homogeneous = true; this.el.expand = false; this.el.vexpand = false; - var child_0 = new Xcls_Toolbar21( _this ); + var child_0 = new Xcls_Toolbar22( _this ); child_0.ref(); this.el.add ( child_0.el ); } // user defined functions } - public class Xcls_Toolbar21 : Object + public class Xcls_Toolbar22 : Object { public Gtk.Toolbar el; private RepoStatusPopover _this; @@ -680,7 +707,7 @@ public class RepoStatusPopover : Object // my vars (def) // ctor - public Xcls_Toolbar21(RepoStatusPopover _owner ) + public Xcls_Toolbar22(RepoStatusPopover _owner ) { _this = _owner; this.el = new Gtk.Toolbar(); @@ -689,32 +716,32 @@ public class RepoStatusPopover : Object // set gobject values this.el.toolbar_style = Gtk.ToolbarStyle.BOTH_HORIZ; - var child_0 = new Xcls_ToolButton22( _this ); + var child_0 = new Xcls_ToolButton23( _this ); child_0.ref(); this.el.add ( child_0.el ); - var child_1 = new Xcls_ToolButton23( _this ); + var child_1 = new Xcls_ToolButton24( _this ); child_1.ref(); this.el.add ( child_1.el ); - var child_2 = new Xcls_ToolButton24( _this ); + var child_2 = new Xcls_ToolButton25( _this ); child_2.ref(); this.el.add ( child_2.el ); - var child_3 = new Xcls_ToolButton25( _this ); + var child_3 = new Xcls_ToolButton26( _this ); child_3.ref(); this.el.add ( child_3.el ); - var child_4 = new Xcls_ToolButton26( _this ); + var child_4 = new Xcls_ToolButton27( _this ); child_4.ref(); this.el.add ( child_4.el ); - var child_5 = new Xcls_ToolButton27( _this ); + var child_5 = new Xcls_ToolButton28( _this ); child_5.ref(); this.el.add ( child_5.el ); - var child_6 = new Xcls_ToolButton28( _this ); + var child_6 = new Xcls_ToolButton29( _this ); child_6.ref(); this.el.add ( child_6.el ); } // user defined functions } - public class Xcls_ToolButton22 : Object + public class Xcls_ToolButton23 : Object { public Gtk.ToolButton el; private RepoStatusPopover _this; @@ -723,7 +750,7 @@ public class RepoStatusPopover : Object // my vars (def) // ctor - public Xcls_ToolButton22(RepoStatusPopover _owner ) + public Xcls_ToolButton23(RepoStatusPopover _owner ) { _this = _owner; this.el = new Gtk.ToolButton(new Gtk.Image.from_icon_name ("gtk-undo", Gtk.IconSize.SMALL_TOOLBAR), null);; @@ -754,7 +781,7 @@ public class RepoStatusPopover : Object // user defined functions } - public class Xcls_ToolButton23 : Object + public class Xcls_ToolButton24 : Object { public Gtk.ToolButton el; private RepoStatusPopover _this; @@ -763,7 +790,7 @@ public class RepoStatusPopover : Object // my vars (def) // ctor - public Xcls_ToolButton23(RepoStatusPopover _owner ) + public Xcls_ToolButton24(RepoStatusPopover _owner ) { _this = _owner; this.el = new Gtk.ToolButton(new Gtk.Image.from_icon_name ("gtk-save", Gtk.IconSize.SMALL_TOOLBAR), null);; @@ -793,7 +820,7 @@ public class RepoStatusPopover : Object // user defined functions } - public class Xcls_ToolButton24 : Object + public class Xcls_ToolButton25 : Object { public Gtk.ToolButton el; private RepoStatusPopover _this; @@ -802,7 +829,7 @@ public class RepoStatusPopover : Object // my vars (def) // ctor - public Xcls_ToolButton24(RepoStatusPopover _owner ) + public Xcls_ToolButton25(RepoStatusPopover _owner ) { _this = _owner; this.el = new Gtk.ToolButton(new Gtk.Image.from_icon_name ("gtk-add", Gtk.IconSize.SMALL_TOOLBAR), null);; @@ -827,7 +854,7 @@ public class RepoStatusPopover : Object // user defined functions } - public class Xcls_ToolButton25 : Object + public class Xcls_ToolButton26 : Object { public Gtk.ToolButton el; private RepoStatusPopover _this; @@ -836,7 +863,7 @@ public class RepoStatusPopover : Object // my vars (def) // ctor - public Xcls_ToolButton25(RepoStatusPopover _owner ) + public Xcls_ToolButton26(RepoStatusPopover _owner ) { _this = _owner; this.el = new Gtk.ToolButton(new Gtk.Image.from_icon_name ("gtk-revert-to-saved", Gtk.IconSize.SMALL_TOOLBAR), null);; @@ -867,7 +894,7 @@ public class RepoStatusPopover : Object // user defined functions } - public class Xcls_ToolButton26 : Object + public class Xcls_ToolButton27 : Object { public Gtk.ToolButton el; private RepoStatusPopover _this; @@ -876,7 +903,7 @@ public class RepoStatusPopover : Object // my vars (def) // ctor - public Xcls_ToolButton26(RepoStatusPopover _owner ) + public Xcls_ToolButton27(RepoStatusPopover _owner ) { _this = _owner; this.el = new Gtk.ToolButton(new Gtk.Image.from_icon_name ("gtk-goto-bottom", Gtk.IconSize.SMALL_TOOLBAR), null);; @@ -907,7 +934,7 @@ public class RepoStatusPopover : Object // user defined functions } - public class Xcls_ToolButton27 : Object + public class Xcls_ToolButton28 : Object { public Gtk.ToolButton el; private RepoStatusPopover _this; @@ -916,7 +943,7 @@ public class RepoStatusPopover : Object // my vars (def) // ctor - public Xcls_ToolButton27(RepoStatusPopover _owner ) + public Xcls_ToolButton28(RepoStatusPopover _owner ) { _this = _owner; this.el = new Gtk.ToolButton(new Gtk.Image.from_icon_name ("gtk-goto-top", Gtk.IconSize.SMALL_TOOLBAR), null);; @@ -942,7 +969,7 @@ public class RepoStatusPopover : Object // user defined functions } - public class Xcls_ToolButton28 : Object + public class Xcls_ToolButton29 : Object { public Gtk.ToolButton el; private RepoStatusPopover _this; @@ -951,7 +978,7 @@ public class RepoStatusPopover : Object // my vars (def) // ctor - public Xcls_ToolButton28(RepoStatusPopover _owner ) + public Xcls_ToolButton29(RepoStatusPopover _owner ) { _this = _owner; this.el = new Gtk.ToolButton(new Gtk.Image.from_icon_name ("gtk-new", Gtk.IconSize.SMALL_TOOLBAR), null);; -- 2.39.2