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

RepoStatusPopover.bjs
RepoStatusPopover.vala

index 9523126..ae23dc9 100644 (file)
@@ -69,6 +69,7 @@
            },
            "label" : "Reset / clear changes",
            "* ctor" : "new Gtk.ToolButton(new Gtk.Image.from_icon_name (\"gtk-revert-to-saved\", Gtk.IconSize.SMALL_TOOLBAR), null);",
+           "id" : "btn_reset",
            "* pack" : "add",
            "xtype" : "ToolButton",
            "$ xns" : "Gtk",
@@ -80,6 +81,7 @@
            },
            "label" : "Pull updates",
            "* ctor" : "new Gtk.ToolButton(new Gtk.Image.from_icon_name (\"gtk-goto-bottom\", Gtk.IconSize.SMALL_TOOLBAR), null);",
+           "id" : "btn_pull",
            "xtype" : "ToolButton",
            "* pack" : "add",
            "$ xns" : "Gtk",
index f9e9452..572b836 100644 (file)
@@ -14,6 +14,8 @@ public class RepoStatusPopover : Object
     }
     public Xcls_btn_stash btn_stash;
     public Xcls_btn_commit btn_commit;
+    public Xcls_btn_reset btn_reset;
+    public Xcls_btn_pull btn_pull;
     public Xcls_label_status label_status;
     public Xcls_label_diff label_diff;
     public Xcls_status_view status_view;
@@ -166,10 +168,10 @@ public class RepoStatusPopover : Object
             var child_1 = new Xcls_btn_commit( _this );
             child_1.ref();
             this.el.add (  child_1.el  );
-            var child_2 = new Xcls_ToolButton7( _this );
+            var child_2 = new Xcls_btn_reset( _this );
             child_2.ref();
             this.el.add (  child_2.el  );
-            var child_3 = new Xcls_ToolButton8( _this );
+            var child_3 = new Xcls_btn_pull( _this );
             child_3.ref();
             this.el.add (  child_3.el  );
         }
@@ -257,7 +259,7 @@ public class RepoStatusPopover : Object
         // user defined functions
     }
 
-    public class Xcls_ToolButton7 : Object
+    public class Xcls_btn_reset : Object
     {
         public Gtk.ToolButton el;
         private RepoStatusPopover  _this;
@@ -266,9 +268,10 @@ public class RepoStatusPopover : Object
             // my vars (def)
 
         // ctor
-        public Xcls_ToolButton7(RepoStatusPopover _owner )
+        public Xcls_btn_reset(RepoStatusPopover _owner )
         {
             _this = _owner;
+            _this.btn_reset = this;
             this.el = new Gtk.ToolButton(new Gtk.Image.from_icon_name ("gtk-revert-to-saved", Gtk.IconSize.SMALL_TOOLBAR), null);;
 
             // my vars (dec)
@@ -297,7 +300,7 @@ public class RepoStatusPopover : Object
         // user defined functions
     }
 
-    public class Xcls_ToolButton8 : Object
+    public class Xcls_btn_pull : Object
     {
         public Gtk.ToolButton el;
         private RepoStatusPopover  _this;
@@ -306,9 +309,10 @@ public class RepoStatusPopover : Object
             // my vars (def)
 
         // ctor
-        public Xcls_ToolButton8(RepoStatusPopover _owner )
+        public Xcls_btn_pull(RepoStatusPopover _owner )
         {
             _this = _owner;
+            _this.btn_pull = this;
             this.el = new Gtk.ToolButton(new Gtk.Image.from_icon_name ("gtk-goto-bottom", Gtk.IconSize.SMALL_TOOLBAR), null);;
 
             // my vars (dec)