mfc: arrangement / stealing splitter panes
in concentration i have array panes m_wndspliter classes. i wish during run arrangement bury panes. while following formula i arrangement bury perspective compared pane, i can't temporarily mislay mirror itself.
cwnd * pcurview = m_wndsplitter2.getpane(2, 0);
if( !pcurview == zero )
{
if( fshow )
{
pcurview->showwindow(sw_show);
recalclayout();
}
else
{
pcurview->showwindow(sw_hide);
recalclayout();
}
}
any examples / ideas ?
Comments
Post a Comment