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

src/Builder4/WindowAddProp.bjs
src/Builder4/WindowAddProp.vala

index 9981361..5631fbd 100644 (file)
@@ -39,6 +39,7 @@
       },
       {
        "id" : "namecol",
+       "utf8 title" : "Double click to add",
        "* init" : "  this.el.add_attribute(_this.namerender.el , \"markup\", 4  );\n \n",
        "xtype" : "TreeViewColumn",
        "* pack" : "append_column",
index c156dd4..5e65ca5 100644 (file)
@@ -198,6 +198,7 @@ typeof(string) // 5 element type (event|prop)
             // my vars (dec)
 
             // set gobject values
+            this.el.title = "Double click to add";
             var child_0 = new Xcls_namerender( _this );
             child_0.ref();
             this.el.pack_start (  child_0.el , true );