Jason Vertrees wrote:
My goal is to have a simple GUI split into two panes: on the left a
wxTreeCtrl that controls the wxMDIParent and its concomitant
wxMDIChild(ren) on the right.
I think Robin already answered you question, but I have another:
Why use MDI?
A) from your mock-up, it looks like you want wxNotebook on the right, with your trees on the left
B) MDI only works on Windows
C) MDI sucks anyway, use separate wxFrames if it makes sense for users to work with multiple windows (documents) at a time.
just my not humble opinion...
-Chris
ยทยทยท
--
Christopher Barker, Ph.D.
Oceanographer
NOAA/OR&R/HAZMAT (206) 526-6959 voice
7600 Sand Point Way NE (206) 526-6329 fax
Seattle, WA 98115 (206) 526-6317 main reception
Chris.Barker@noaa.gov