I have a wxMDIParentFrame, with some child windows in it, which I want to
arrange so that they completely fill out the MDI space. So, my first guess
was to pass the GetClientSize() result as the size for the child -> however,
this makes the MDIParent create resize scrollbars. If I decrease the
GetClientSize() by, say, 10 each, the Child does fit, but doesn't exhaust
the child area.
If all that sounds confused, you can try to download
http://p-nand-q.com/python/mdipos.zip. (1080 bytes). It contains two very
small wxPython scripts (30 lines of code each), one with a too-large-child,
one with a too-small-child, differing in one commented-out line only.