tools/build_gtk_tree.js
[app.Builder.js] / tools / build_gtk_tree.js
index af3a14c..a46b8fb 100644 (file)
@@ -133,6 +133,9 @@ function BuildLists () {
                 if (m.memberOf == 'Gtk.Buildable') {
                     return;
                 }
+                if (m.name =='add_mnemonic_label') {
+                    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;