//this code was inserted in wxComposeView::Create(...) before the horizonall split
wxFrame* frame1 = new wxFrame(this, -1, "frame1", wxPoint(-1, -1), wxSize(500, 400), wxDEFAULT_FRAME_STYLE);
wxSplitterWindow* m_splitter2 = new wxSplitterWindow(frame1);
// configure splitter wxCoord heightHeaders = m_panel->GetSize().y;
//this is where the header frame is splitt horizonatlly with the composer in wxComposeView::Create(...)
m_splitter->SplitHorizontally(m_panel, m_editor->GetWindow(), heightHeaders);
m_splitter2->SplitVertically(fame1, m_editor->GetWindow(),200);
_________________________________________________________________
Help protect your PC: Get a free online virus scan at McAfee.com. http://clinic.mcafee.com/clinic/ibuy/campaign.asp?cid=3963
------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ Mahogany-Developers mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/mahogany-developers
