From: Mattia B. <mb...@ds...> - 2002-09-04 16:50:23
|
> I'm having a problem with the wxDocMDIParentFrame class. I'd like to be able > to override wxMDIParentFrame::OnCreateClient. To do that, you need to use > the default constructor for wxMDIParentFrame and then call Create() with the > params. > > The problem is that wxDocMDIParentFrame just uses the constructor with the > params. Is there a way to get bypass the wxDocMDIParentFrame constructor? <snip> > If there isn't a way to do this, do you think I should suggest to the > wxwindows dev team that wxDocMDIParentFrame use the two stage constuctor by > default? Well, if you nned it, yes; the question is: since no-one (in C++) ever needed this in probably 8 years, why do you need it (apart from the fact that it can be done in wxMDIParentFrame). Of course if you need it, I can commit the change myself. Regards Mattia |