src/Builder4/ClutterFiles.bjs
authorAlan Knowles <alan@roojs.com>
Sun, 24 May 2015 08:26:09 +0000 (16:26 +0800)
committerAlan Knowles <alan@roojs.com>
Sun, 24 May 2015 08:26:09 +0000 (16:26 +0800)
src/Builder4/ClutterFiles.vala

src/Builder4/ClutterFiles.bjs

index 357dd98..b6903c5 100644 (file)
           },
           {
            "* ctor" : "new Clutter.Text.full(\"Sans 10px\", file.nickType(),  Clutter.Color.from_string(\"#fff\"))",
-           "* args" : "JsRender.JsRender file",
            "id" : "+typetitle",
+           "* args" : "JsRender.JsRender file",
            "$ x_expand" : true,
            "* pack" : "add_child",
            "xtype" : "Text",
           },
           {
            "* ctor" : "new Clutter.Text.full(\"Sans 10px\", file.nickName(),  Clutter.Color.from_string(\"#fff\"))",
-           "* args" : "JsRender.JsRender file",
            "id" : "+title",
+           "* args" : "JsRender.JsRender file",
            "$ x_expand" : true,
            "* pack" : "add_child",
            "xtype" : "Text",
           },
           {
            "* ctor" : "new Clutter.Text.full(\"Sans 14px\", GLib.Path.get_basename(folderpath),  Clutter.Color.from_string(\"#fff\"))",
-           "id" : "+foldertitle",
            "* args" : "string folderpath",
+           "id" : "+foldertitle",
            "$ x_expand" : true,
            "* pack" : "add_child",
            "xtype" : "Text",
             "leave_event" : "(  event)  => {\n    this.el.background_color =   Clutter.Color.from_string(\"#000\");\n    return false;\n}"
            },
            "* ctor" : "new Clutter.Text.full(\"Sans 10px\", GLib.Path.get_basename(filepath),  Clutter.Color.from_string(\"#fff\"))",
-           "id" : "*folderfile",
            "* args" : "string filepath",
+           "id" : "*folderfile",
            "$ x_expand" : true,
            "* pack" : "add_child",
            "xtype" : "Text",