From 88f4b73dc86b76d988d349da3594db6d83d21050 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 9 Aug 2012 23:43:22 +0800 Subject: [PATCH] tools/build_gtk_tree.js --- tools/build_gtk_tree.js | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/tools/build_gtk_tree.js b/tools/build_gtk_tree.js index a23c5c1df..ee5d726e6 100644 --- a/tools/build_gtk_tree.js +++ b/tools/build_gtk_tree.js @@ -133,9 +133,13 @@ function BuildLists () { if (m.memberOf == 'Gtk.Buildable') { return; } - if (m.name =='add_mnemonic_label') { + //"Gtk.Widget:add_accelerator", + //"Gtk.Widget:add_device_events" + + if (m.name.match(/^(add_mnemonic_label|add_accelerator|add_device_events)$/)) { 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; -- 2.39.2