src/Builder4/MainWindow.bjs
authorAlan Knowles <alan@roojs.com>
Fri, 15 May 2015 08:37:25 +0000 (16:37 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 15 May 2015 08:37:25 +0000 (16:37 +0800)
src/Builder4/MainWindow.vala

src/Builder4/MainWindow.bjs
src/Builder4/MainWindow.vala

index 604f843..fe2436e 100644 (file)
          "listeners" : {
           "clicked" : "  ( ) => {\n     \n    // show the compiler popup....\n\n}"
          },
+         "bool always_show_image" : true,
          "xtype" : "Button",
          "* pack" : "pack_start,true,true,0",
          "string label" : "Errors",
          "listeners" : {
           "clicked" : "  ( ) => {\n     \n    // show the compiler popup....\n\n}"
          },
+         "bool always_show_image" : true,
          "string label" : "Warnings",
          "xtype" : "Button",
          "* pack" : "pack_start,true,true,0",
index 14e41e2..09bb07d 100644 (file)
@@ -2217,6 +2217,7 @@ public class Xcls_MainWindow : Object
             // my vars (dec)
 
             // set gobject values
+            this.el.always_show_image = true;
             this.el.label = "Errors";
             var child_0 = new Xcls_Image69( _this );
             child_0.ref();
@@ -2271,6 +2272,7 @@ public class Xcls_MainWindow : Object
             // my vars (dec)
 
             // set gobject values
+            this.el.always_show_image = true;
             this.el.label = "Warnings";
             var child_0 = new Xcls_Image71( _this );
             child_0.ref();