wxFormBuilder v3 - Generating Inherited Classes buggy?
Milan Babuskov
milanb at panonnet.net
Wed Jan 30 01:04:18 PST 2008
Lars Uffmann wrote:
> While the frame-constructor of the wxFormBuilder-generated code was a
> full constructor, containing all wxFrame::wxFrame parameters, the
> inherited class constructor for the class with the event handlers only
> had a constructor with the wxWindow *parent parameter.
FWIW, I never use wxFB for derived classes, I simply copy/paste the base
class declaration and edit the class name (and remove unneeded stuff). I
usually name the wxFB class something like MainFrameGUI and name the
derived class MainFrame - so it's just a matter of removing the 'GUI' in
few places.
Anyway, I believe you should direct your future wxFB questions to wxFB
authors or their forum, as they don't really read this list (AFAIK).
--
Milan Babuskov
http://www.flamerobin.org
More information about the wx-users
mailing list