tools/build_gtk_tree.js
authorAlan Knowles <alan@roojs.com>
Thu, 9 Aug 2012 04:42:26 +0000 (12:42 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 9 Aug 2012 04:42:26 +0000 (12:42 +0800)
tools/build_gtk_tree.js

index 34acc5e..b98772d 100644 (file)
@@ -83,7 +83,7 @@ function BuildLists () {
         methods[cls] = {
             can_contain : [],
           //  can_be_added_to : [],
-            using_methods : { },
+            //using_methods : { },
             can_be_added_to_as : {}
         };
         var odata = classes[cls];
@@ -128,7 +128,7 @@ function BuildLists () {
                 
                 methods[cls].can_contain.pushUnique(addable_type);
                 
-                methods[cls].using_methods[m.name] = m.params;
+                //methods[cls].using_methods[m.name] = m.params;
                 
                 //if (methods[addable_type].can_be_added_to.indexOf(cls) < 0) { 
                 //    methods[addable_type].can_be_added_to.push(cls);
@@ -149,6 +149,17 @@ function BuildLists () {
                     methods[addable_type].can_be_added_to_as[imp].pushUnique(add);
                 });
                 
+                
+                
+                
+                
+                
+                
+                
+                
+                
+                
+                
                 return;
             /*
                     methods[cls].using_methods[m.name] = {};