Searched refs:theStatusBar (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.cpp546 wxStatusBar *theStatusBar = GetStatusBar(); local
549 if ((style & wxFULLSCREEN_NOSTATUSBAR) && theStatusBar)
551 if ( theStatusBar->IsShown() )
552 theStatusBar->Show(false);
593 wxStatusBar *theStatusBar = GetStatusBar(); local
595 if ((m_fsStyle & wxFULLSCREEN_NOSTATUSBAR) && theStatusBar)
597 theStatusBar->Show(true);

Completed in 61 milliseconds