Frame in a nestedSplitter window, good idea?
-Patrick
CaptainMorganRawks at gmail.com
Sun Aug 12 14:30:37 PDT 2007
Vadim Zeitlin wrote:
> On Sun, 12 Aug 2007 10:44:58 -0400 -Patrick <CaptainMorganRawks at gmail.com> wrote:
>
> P> I'm trying to create a window/frame/control that is within a
> P> nestedSplitter window
>
> If by "frame" you mean wxFrame, then it doesn't work like that: wxFrame is
> a top level window (== TLW) which means that it never appears inside
> another window. wxWindow or wxPanel or, indeed, another wxSplitterWindow
> can be wxSplitterWindow children but wxFrame can't.
>
> HTH,
> VZ
>
Thanks V,
In your opinion what is the best way to achieve what I am trying to do,
based on the last picture I presented? Any recommendations?
-Patrick
More information about the wx-users
mailing list