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

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

index 55f246d..66cbba8 100644 (file)
           "clicked" : "  ( ) => {\n     \n    // show the compiler popup....\n\n}"
          },
          "bool always_show_image" : true,
+         "Gtk.PositionType image_position" : "Gtk.PositionType.LEFT",
          "xtype" : "Button",
          "* pack" : "pack_start,true,true,0",
          "string label" : "Errors",
index 2b32a52..00dd56f 100644 (file)
@@ -2219,6 +2219,7 @@ public class Xcls_MainWindow : Object
             // set gobject values
             this.el.always_show_image = true;
             this.el.label = "Errors";
+            this.el.image_position = Gtk.PositionType.LEFT;
             var child_0 = new Xcls_Image69( _this );
             child_0.ref();
             this.el.set_image (  child_0.el  );