RepoStatusPopover.bjs
authorAlan Knowles <alan@roojs.com>
Wed, 19 Dec 2018 05:17:32 +0000 (13:17 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 19 Dec 2018 05:17:32 +0000 (13:17 +0800)
RepoStatusPopover.vala

RepoStatusPopover.bjs
RepoStatusPopover.vala

index b139764..451a6a0 100644 (file)
             "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-top\", Gtk.IconSize.SMALL_TOOLBAR), null);",
            "xtype" : "ToolButton",
            "* pack" : "add",
            "$ xns" : "Gtk"
index 2238cee..8ed6c96 100644 (file)
@@ -558,11 +558,12 @@ public class RepoStatusPopover : Object
         public Xcls_ToolButton18(RepoStatusPopover _owner )
         {
             _this = _owner;
-            this.el = new Gtk.ToolButton( null, "Pull updates" );
+            this.el = new Gtk.ToolButton(new Gtk.Image.from_icon_name ("gtk-goto-top", Gtk.IconSize.SMALL_TOOLBAR), null);;
 
             // my vars (dec)
 
             // set gobject values
+            this.el.label = "Pull updates";
 
             //listeners
             this.el.button_press_event.connect( () => {