src/Builder4/WindowRightPalete.bjs
authorAlan Knowles <alan@roojs.com>
Tue, 17 Mar 2015 14:24:07 +0000 (22:24 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 17 Mar 2015 14:24:07 +0000 (22:24 +0800)
src/Builder4/WindowRightPalete.vala

src/Builder4/WindowRightPalete.bjs
src/Builder4/WindowRightPalete.vala

index 5d3fd52..ae62f4c 100644 (file)
@@ -55,6 +55,7 @@
            "$ xns" : "Gtk"
           },
           {
+           "utf8 title" : "Drag to add Object",
            "* init" : " this.el.add_attribute(_this.txtrender.el , \"markup\", 0 );\n \n",
            "* pack" : "append_column",
            "xtype" : "TreeViewColumn",
index c20a995..f6cb2f3 100644 (file)
@@ -280,6 +280,7 @@ public class Xcls_RightPalete : Object
             // my vars (dec)
 
             // set gobject values
+            this.el.title = "Drag to add Object";
             var child_0 = new Xcls_txtrender( _this );
             child_0.ref();
             this.el.pack_start (  child_0.el , true );