I'm not having any luck figuring out how to do this. I want to have context
sensitive help on my wizard which the documentation seems to indicate is a
SetExtraStyle job and therefore we need two stage initialisation.
I've found wxPreWizard but I don't know what to do with it. It takes zero
arguments, so I can't call it on "self".
Is it possible to subclass wxWizard and have its __init__ take care of two
stage initialisation, or does something more complex need to happen?
S.