src/Builder4/DialogTemplateSelect.bjs
authorAlan Knowles <alan@roojs.com>
Wed, 29 Apr 2015 13:20:31 +0000 (21:20 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 29 Apr 2015 13:20:31 +0000 (21:20 +0800)
src/Builder4/DialogTemplateSelect.vala

src/Builder4/DialogTemplateSelect.bjs

index c0d04c7..9f2ffb0 100644 (file)
@@ -5,14 +5,15 @@
  "path" : "/home/alan/gitlive/app.Builder.js/src/Builder4/DialogTemplateSelect.bjs",
  "permname" : "",
  "modOrder" : "",
+ "build_module" : "",
  "items" : [
   {
    "listeners" : {
     "delete_event" : "  (self, event)  =>{\n    this.el.hide();\n    return true;\n}"
    },
    "default_width" : 400,
-   "title" : "Add an Object",
    "xtype" : "Dialog",
+   "title" : "Add an Object",
    "default_height" : 200,
    "$ modal" : true,
    "$ xns" : "Gtk",
      "$ xns" : "Gtk",
      "items" : [
       {
+       "* pack" : "pack_start,false,false,0",
        "xtype" : "HBox",
        "gint margin" : 3,
-       "* pack" : "pack_start,false,false,0",
        "$ xns" : "Gtk",
        "items" : [
         {
          "label" : "Select Template : ",
-         "xtype" : "Label",
          "* pack" : "pack_start,false,false",
+         "xtype" : "Label",
          "$ xns" : "Gtk"
         },
         {
          "items" : [
           {
            "id" : "cellrenderer",
-           "xtype" : "CellRendererText",
            "* pack" : "pack_start,true",
+           "xtype" : "CellRendererText",
            "$ xns" : "Gtk"
           },
           {
            "id" : "model",
-           "* pack" : "set_model",
            "xtype" : "ListStore",
+           "* pack" : "set_model",
            "$ columns" : "typeof(string),typeof(string)",
            "n_columns" : 2,
            "$ xns" : "Gtk",
        ]
       },
       {
+       "* pack" : "pack_start,false,false,0",
        "xtype" : "HBox",
        "gint margin" : 3,
-       "* pack" : "pack_start,false,false,0",
        "$ xns" : "Gtk",
        "items" : [
         {
          "label" : "Select Database Table : ",
-         "xtype" : "Label",
          "* pack" : "pack_start,false,false",
+         "xtype" : "Label",
          "$ xns" : "Gtk"
         },
         {
          "items" : [
           {
            "id" : "dbcellrenderer",
-           "xtype" : "CellRendererText",
            "* pack" : "pack_start,true",
+           "xtype" : "CellRendererText",
            "$ xns" : "Gtk"
           },
           {
            "id" : "dbmodel",
-           "* pack" : "set_model",
            "xtype" : "ListStore",
+           "* pack" : "set_model",
            "$ columns" : "typeof(string),typeof(string)",
            "n_columns" : 2,
            "$ xns" : "Gtk",
     },
     {
      "label" : "Cancel",
-     "xtype" : "Button",
      "* pack" : "add_action_widget,0",
+     "xtype" : "Button",
      "$ xns" : "Gtk"
     },
     {
      "label" : "Just add it",
-     "* pack" : "add_action_widget,1",
      "xtype" : "Button",
+     "* pack" : "add_action_widget,1",
      "$ xns" : "Gtk"
     },
     {
      "label" : "OK",
-     "xtype" : "Button",
      "* pack" : "add_action_widget,2",
+     "xtype" : "Button",
      "$ xns" : "Gtk"
     }
    ]