Menu

#36 MDI child/parent frame handling

closed
2015-12-30
2003-07-11
D.H.
No

currently a
wxMDIChildFrame
is allowed to be set as a "top_window"
which results
in something like

frame_4 = MyFrame3(None, -1, "")

which is illegal
as a wxMDIChildFrame needs a wxMDIParentFrame
for a parent.

(thanks to MBarbone for clearing this up)

Discussion


Log in to post a comment.