 | | From: | Stefan Langhammer | | Subject: | How can i put 2 Views inside a splitter ? | | Date: | Fri, 21 Jan 2005 12:23:27 +0000 (UTC) |
|
|
 | This is the first time i´m using wxWidgets and i try to create a frame splitter which contains at most two Views created by the DocManager. I've only seen a WxSplitterWindow class to divide one View in two panes. How can i use this class to encapsulate the dynamically created (maximal 2) Views ?
Thx Stefan
--------------------------------------------------------------------- To unsubscribe, e-mail: wx-users-unsubscribe@lists.wxwidgets.org For additional commands, e-mail: wx-users-help@lists.wxwidgets.org
|
|
 | | From: | klaas.holwerda | | Subject: | Re: How can i put 2 Views inside a splitter ? | | Date: | Fri, 21 Jan 2005 21:09:47 +0000 (UTC) |
|
|
 | http://wxart2d.sourceforge.net/docs/dochtml/structure.html
sample splitwin
Regards,
Klaas
Stefan Langhammer wrote:
> This is the first time i´m using wxWidgets and i try to create > a frame splitter which contains at most two Views created by the > DocManager. > I've only seen a WxSplitterWindow class to divide one View in two panes. > How can i use this class to encapsulate the dynamically created > (maximal 2) Views ?
--------------------------------------------------------------------- To unsubscribe, e-mail: wx-users-unsubscribe@lists.wxwidgets.org For additional commands, e-mail: wx-users-help@lists.wxwidgets.org
|
|
 | | From: | lothar.behrens at lollisoft.de | | Subject: | Re: How can i put 2 Views inside a splitter ? | | Date: | 21 Jan 2005 10:26:08 -0800 |
|
|
 | Is it not that way, you have to split a frame into panels and panels contain frames ?
Split the left or the right again in two panels, containing frames. I am not sure, but it might help.
Lothar
|
|