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