Searched refs:theToolBar (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dframe.cpp526 wxToolBar *theToolBar = GetToolBar(); local
528 if ((style & wxFULLSCREEN_NOTOOLBAR) && theToolBar)
530 if ( theToolBar->IsShown() )
532 theToolBar->SetSize(wxDefaultCoord,0);
533 theToolBar->Show(false);
562 wxToolBar *theToolBar = GetToolBar(); local
564 if ((m_fsStyle & wxFULLSCREEN_NOTOOLBAR) && theToolBar)
566 theToolBar->Show(true);

Completed in 112 milliseconds