src/Builder4/EditProject.bjs
authorAlan Knowles <alan@roojs.com>
Thu, 28 May 2015 05:59:45 +0000 (13:59 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 28 May 2015 05:59:45 +0000 (13:59 +0800)
src/Builder4/EditProject.vala

src/Builder4/EditProject.bjs

index 599247c..210170e 100644 (file)
@@ -24,8 +24,8 @@
    "items" : [
     {
      "bool expand" : true,
-     "xtype" : "Box",
      "$ pack" : " get_content_area().add \n \n",
+     "xtype" : "Box",
      "$ xns" : "Gtk",
      "Gtk.Orientation orientation" : "Gtk.Orientation.VERTICAL",
      "$ homogeneous" : false,
@@ -39,8 +39,8 @@
        "items" : [
         {
          "label" : "Project type :",
-         "xtype" : "Label",
          "* pack" : "pack_start,false,true,3",
+         "xtype" : "Label",
          "$ xns" : "Gtk"
         },
         {
          "items" : [
           {
            "id" : "cellrender",
-           "* pack" : "pack_start,true",
            "xtype" : "CellRendererText",
+           "* pack" : "pack_start,true",
            "$ xns" : "Gtk"
           },
           {
            "id" : "model",
-           "xtype" : "ListStore",
            "* pack" : "set_model",
+           "xtype" : "ListStore",
            "$ columns" : "typeof(string),typeof(string)",
            "n_columns" : 2,
            "$ xns" : "Gtk",
     },
     {
      "label" : "OK",
-     "* pack" : "add_action_widget,1",
      "xtype" : "Button",
+     "* pack" : "add_action_widget,1",
      "$ xns" : "Gtk"
     },
     {
      "label" : "Cancel",
-     "xtype" : "Button",
      "* pack" : "add_action_widget,0",
+     "xtype" : "Button",
      "$ xns" : "Gtk"
     }
    ]