change to BuilderApplication
[app.Builder.js] / src / Builder4 / WindowRightPalete.bjs
index dadd559..69ed9db 100644 (file)
@@ -2,7 +2,7 @@
     "name" : "WindowRightPalete",
     "parent" : "",
     "title" : "",
-    "path" : "/home/alan/gitlive/app.Builder.js/Builder4/WindowRightPalete.bjs",
+    "path" : "/home/alan/gitlive/app.Builder.js/src/Builder4/WindowRightPalete.bjs",
     "permname" : "",
     "modOrder" : "",
     "items" : [
@@ -19,8 +19,8 @@
             "items" : [
                 {
                     "id" : "viewbox",
-                    "* pack" : "add",
                     "xtype" : "VBox",
+                    "* pack" : "add",
                     "$ xns" : "Gtk",
                     "items" : [
                         {
@@ -38,7 +38,7 @@
                                         "drag_data_get" : "(drag_context, selection_data, info, time) => {\n \t//Seed.print('Palete: drag-data-get: ' + target_type);\n    if (this.dragData.length < 1 ) {\n        return; \n    }\n    \n    print(\"setting drag data to %s\\n\", this.dragData);\n   // selection_data.set_text(this.dragData ,this.dragData.length);\n   selection_data.set (selection_data.get_target (), 8, (uchar[]) this.dragData.to_utf8 ());\n\n        //this.el.dragData = \"TEST from source widget\";\n        \n        \n}"
                                     },
                                     "# string dragData" : "",
-                                    "* init" : " {\n    this.el.set_size_request(150,-1);\n                          //  set_reorderable: [1]\n                                  \n    var description = new Pango.FontDescription();\n    description.set_size(8000);\n    this.el.modify_font(description);\n    \n    var selection = this.el.get_selection();\n    selection.set_mode( Gtk.SelectionMode.SINGLE);\n   // this.selection.signal['changed'].connect(function() {\n    //    _view.listeners['cursor-changed'].apply(_view, [ _view, '']);\n    //});\n    // see: http://live.gnome.org/GnomeLove/DragNDropTutorial\n     \n    Gtk.drag_source_set (\n            this.el,            /* widget will be drag-able */\n            Gdk.ModifierType.BUTTON1_MASK,       /* modifier that will start a drag */\n            Builder4.Application.targetList,            /* lists of target to support */\n            Gdk.DragAction.COPY         /* what to do with data after dropped */\n    );\n    //Gtk.drag_source_set_target_list(this.el, LeftTree.targetList);\n   \n   // Gtk.drag_source_set_target_list(this.el, Application.targetList);\n   // Gtk.drag_source_add_text_targets(this.el); \n \n}\n",
+                                    "* init" : " {\n    this.el.set_size_request(150,-1);\n                          //  set_reorderable: [1]\n                                  \n    var description = new Pango.FontDescription();\n    description.set_size(8000);\n    this.el.modify_font(description);\n    \n    var selection = this.el.get_selection();\n    selection.set_mode( Gtk.SelectionMode.SINGLE);\n   // this.selection.signal['changed'].connect(function() {\n    //    _view.listeners['cursor-changed'].apply(_view, [ _view, '']);\n    //});\n    // see: http://live.gnome.org/GnomeLove/DragNDropTutorial\n     \n    Gtk.drag_source_set (\n            this.el,            /* widget will be drag-able */\n            Gdk.ModifierType.BUTTON1_MASK,       /* modifier that will start a drag */\n            BuilderApplication.targetList,            /* lists of target to support */\n            Gdk.DragAction.COPY         /* what to do with data after dropped */\n    );\n    //Gtk.drag_source_set_target_list(this.el, LeftTree.targetList);\n   \n   // Gtk.drag_source_set_target_list(this.el, Application.targetList);\n   // Gtk.drag_source_add_text_targets(this.el); \n \n}\n",
                                     "xtype" : "TreeView",
                                     "* pack" : "add",
                                     "$ enable_tree_lines" : true,
                                         },
                                         {
                                             "* init" : " this.el.add_attribute(_this.txtrender.el , \"markup\", 0 );\n \n",
-                                            "* pack" : "append_column",
                                             "xtype" : "TreeViewColumn",
+                                            "* pack" : "append_column",
                                             "$ xns" : "Gtk",
                                             "items" : [
                                                 {
                                                     "id" : "txtrender",
-                                                    "xtype" : "CellRendererText",
                                                     "* pack" : "pack_start,true",
+                                                    "xtype" : "CellRendererText",
                                                     "$ xns" : "Gtk"
                                                 }
                                             ]