From 5f21090a6f22666088542daca976acda8b37cc2f Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Sun, 31 Mar 2013 05:05:57 +0000 Subject: [PATCH] OnEnabled is gone git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@73760 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- etgtools/tweaker_tools.py | 1 - 1 file changed, 1 deletion(-) diff --git a/etgtools/tweaker_tools.py b/etgtools/tweaker_tools.py index d5ee635d..88e1a050 100644 --- a/etgtools/tweaker_tools.py +++ b/etgtools/tweaker_tools.py @@ -354,7 +354,6 @@ def addWindowVirtuals(klass): protectedWindowVirtuals = [ ('ProcessEvent', 'bool ProcessEvent(wxEvent & event)'), ('DoEnable', 'void DoEnable(bool enable)'), - ('OnEnabled', 'void OnEnabled(bool enabled)'), ('DoGetPosition', 'void DoGetPosition(int *x, int *y) const'), ('DoGetSize', 'void DoGetSize(int *width, int *height) const'), ('DoGetClientSize', 'void DoGetClientSize(int *width, int *height) const'),