src/Builder4/GtkView.bjs
authorAlan Knowles <alan@roojs.com>
Wed, 3 Jun 2015 03:42:19 +0000 (11:42 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 3 Jun 2015 03:42:19 +0000 (11:42 +0800)
src/Builder4/GtkView.vala

src/Builder4/GtkView.bjs

index 9606d14..5370ac1 100644 (file)
    "items" : [
     {
      "id" : "notebook",
-     "* pack" : "pack_start,true,true,0",
      "xtype" : "Notebook",
+     "* pack" : "pack_start,true,true,0",
      "$ xns" : "Gtk",
      "items" : [
       {
        "id" : "label_preview",
-       "* pack" : false,
        "xtype" : "Label",
+       "* pack" : false,
        "$ xns" : "Gtk",
        "utf8 label" : "Preview"
       },
       {
        "id" : "label_code",
-       "xtype" : "Label",
        "* pack" : false,
+       "xtype" : "Label",
        "$ xns" : "Gtk",
        "utf8 label" : "Preview Generated Code"
       },
        "items" : [
         {
          "id" : "view_layout",
-         "xtype" : "Layout",
          "* pack" : "add",
+         "xtype" : "Layout",
          "$ xns" : "Gtk",
          "items" : [
           {
            "id" : "container",
-           "* pack" : "put,10,10",
            "xtype" : "Box",
+           "* pack" : "put,10,10",
            "$ xns" : "Gtk",
            "Gtk.Orientation orientation" : "Gtk.Orientation.HORIZONTAL"
           }