I try to make a maybe a real strange think and maybe it isn't possible but asking is for free..
I want to create a layout like the following
_________________________________________________
| | |
| | |
| | |
| prj - | content window |
| mgr | should be MDI |
| | |
| | |
|________|_______________________________________|
| |
| help info |
|________________________________________________|
so i want to have a frame with the layout above and with wxPanel it's no problem but how can I ( if it is possible) make the content window pane as MDI parent frame. I need this because I want to handle multiple files and the user should be able to use advantage of MDI classes.
I tryed to use wxMDIParentFrame as Pane but this dosent realy work, because the wxMDIParentFrame stays as an single frame at all.
regrads
lars
fore some reasend wihtspaces are removed in my pic, i'm sorry about this but i hope you can figure out what i mean.