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

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

index b17d569..55f246d 100644 (file)
           "clicked" : "  ( ) => {\n     \n    // show the compiler popup....\n\n}"
          },
          "bool always_show_image" : true,
+         "Gtk.PositionType image_position" : "Gtk.PositionType.LEFT",
          "string label" : "Warnings",
          "xtype" : "Button",
          "* pack" : "pack_start,true,true,0",
           "clicked" : "  ( ) => {\n     \n    // show the compiler popup....\n\n}"
          },
          "bool always_show_image" : true,
+         "Gtk.PositionType image_position" : "Gtk.PositionType.LEFT",
          "* pack" : "pack_start,true,true,0",
          "string label" : "Depricated",
          "xtype" : "Button",
index 01f1da0..2b32a52 100644 (file)
@@ -2274,6 +2274,7 @@ public class Xcls_MainWindow : Object
             // set gobject values
             this.el.always_show_image = true;
             this.el.label = "Warnings";
+            this.el.image_position = Gtk.PositionType.LEFT;
             var child_0 = new Xcls_Image71( _this );
             child_0.ref();
             this.el.set_image (  child_0.el  );
@@ -2329,6 +2330,7 @@ public class Xcls_MainWindow : Object
             // set gobject values
             this.el.always_show_image = true;
             this.el.label = "Depricated";
+            this.el.image_position = Gtk.PositionType.LEFT;
             var child_0 = new Xcls_Image73( _this );
             child_0.ref();
             this.el.set_image (  child_0.el  );