I hope this isn't a stupid question, but a quick google didn't give me
an answer. Is there an easy way to display 2 frames so that one doesn't
cover the other? Thanks
I'm not sure what you mean by "don't cover the other". You can use
wxDisplay to figure out the screen size and position your frames that
way, but what it sounds like you want is actually a single frame with
wxSplitterControl and multiple panels.
ยทยทยท
On Fri, 15 Oct 2004 10:15:45 -0700, Jeffrey Hurt <jhurt@metriguard.com> wrote:
I hope this isn't a stupid question, but a quick google didn't give me
an answer. Is there an easy way to display 2 frames so that one doesn't
cover the other? Thanks