Builder4/MainWindow.bjs
authorAlan Knowles <alan@roojs.com>
Tue, 23 Sep 2014 12:18:08 +0000 (20:18 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 23 Sep 2014 12:18:08 +0000 (20:18 +0800)
Builder4/MainWindow.vala

Builder4/MainWindow.bjs
Builder4/MainWindow.vala

index a281b4f..e00ac4c 100644 (file)
                                                                             "* pack" : false,
                                                                             "xtype" : "Button",
                                                                             "width_request" : 50,
-                                                                            "$ label" : "\"New\\nProj.\"",
                                                                             "$ xns" : "Gtk",
+                                                                            "$ tooltip_text" : "\"New\\nProj.\"",
                                                                             "height_request" : 50,
                                                                             "items" : [
                                                                                 {
                                                                             "* pack" : false,
                                                                             "xtype" : "Button",
                                                                             "width_request" : 50,
-                                                                            "$ label" : "\"Add\\nFile\"",
                                                                             "$ xns" : "Gtk",
+                                                                            "$ tooltip_text" : "\"Add\\nFile\"",
                                                                             "height_request" : 50,
                                                                             "items" : [
                                                                                 {
                                                                             "* pack" : false,
                                                                             "xtype" : "Button",
                                                                             "width_request" : 50,
-                                                                            "$ label" : "\"Del\\nProj\"",
                                                                             "$ xns" : "Gtk",
+                                                                            "$ tooltip_text" : "\"Delelte Project\"",
                                                                             "height_request" : 50,
                                                                             "items" : [
                                                                                 {
index 1083be0..7cff956 100644 (file)
@@ -2515,7 +2515,7 @@ public class Xcls_MainWindow : Object
             // set gobject values
             this.el.width_request = 50;
             this.el.height_request = 50;
-            this.el.label = "New\nProj.";
+            this.el.tooltip_text = "New\nProj.";
             var child_0 = new Xcls_Image48( _this );
             child_0.ref();
             this.el.set_image (  child_0.el  );
@@ -2640,7 +2640,7 @@ public class Xcls_MainWindow : Object
             // set gobject values
             this.el.width_request = 50;
             this.el.height_request = 50;
-            this.el.label = "Add\nFile";
+            this.el.tooltip_text = "Add\nFile";
             var child_0 = new Xcls_Image52( _this );
             child_0.ref();
             this.el.set_image (  child_0.el  );
@@ -2763,7 +2763,7 @@ public class Xcls_MainWindow : Object
             // set gobject values
             this.el.width_request = 50;
             this.el.height_request = 50;
-            this.el.label = "Del\nProj";
+            this.el.tooltip_text = "Delelte Project";
             var child_0 = new Xcls_Image56( _this );
             child_0.ref();
             this.el.set_image (  child_0.el  );