From c71618bb5e6fc49f0101d244dba13fe65eb5d5fa Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Sat, 5 Nov 2011 04:42:07 +0000 Subject: [PATCH] Keep the virtual keyword on InformFirstDirection and SetCanFocus git-svn-id: https://svn.wxwidgets.org/svn/wx/wxPython/Phoenix/trunk@69669 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- etgtools/tweaker_tools.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/etgtools/tweaker_tools.py b/etgtools/tweaker_tools.py index dfc77c96..5db43bad 100644 --- a/etgtools/tweaker_tools.py +++ b/etgtools/tweaker_tools.py @@ -204,6 +204,10 @@ def addWindowVirtuals(klass): ('OnInternalIdle', 'void OnInternalIdle()'), ('GetMainWindowOfCompositeControl', 'wxWindow *GetMainWindowOfCompositeControl()'), + ('InformFirstDirection', 'bool InformFirstDirection(int direction, int size, int availableOtherDir)'), + ('SetCanFocus', 'void SetCanFocus(bool canFocus)'), + + #('Enable', ''), We have DoEnable now... ## What about these?