tools/build_gtk_tree.js
[app.Builder.js] / tools / build_gtk_tree.js
index 9218f31..7e5b6b3 100644 (file)
@@ -272,7 +272,9 @@ function BuildLists () {
     
     
     
-    
+    function is_a(cls, instance_of) {
+        return methods[cls].extendsClasses.indexOf(instance_of) > -1; 
+    }
     
     function verifyUsage(parent,child)
     {