From 8a5fdff13890f7c09048bd5b1d6d7290550b99be Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Mon, 27 May 2019 08:29:40 -0700 Subject: [PATCH] wxWindow --> wxWindowBase --- etg/cshelp.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/etg/cshelp.py b/etg/cshelp.py index 919fa71d..b3d6030d 100644 --- a/etg/cshelp.py +++ b/etg/cshelp.py @@ -44,6 +44,10 @@ def run(): c.abstract = True c.find('Set').transferBack = True c.find('Set.helpProvider').transfer = True + c.find('AddHelp.window').type = 'wxWindowBase *' + c.find('RemoveHelp.window').type = 'wxWindowBase *' + c.find('ShowHelp.window').type = 'wxWindowBase *' + c.find('ShowHelpAtPoint.window').type = 'wxWindowBase *' c.mustHaveApp()