tools/build_gtk_tree.js
authorAlan Knowles <alan@roojs.com>
Thu, 9 Aug 2012 10:35:13 +0000 (18:35 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 9 Aug 2012 10:35:13 +0000 (18:35 +0800)
tools/build_gtk_tree.js

index b249a2d..af3a14c 100644 (file)
@@ -130,8 +130,9 @@ function BuildLists () {
                     addable_type = p.memberOf + '.' + p.type;
                 }
                 
-                
-               
+                if (m.memberOf == 'Gtk.Buildable') {
+                    return;
+                }
                 // in theory you can not add a window to anything.. ???
                 //if ('Gtk.Window' == addable_type || methods[addable_type].extendsClasses.indexOf('Gtk.Window') > -1) {
                 //    return;