git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10065
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
\helpref{wxFrame::IsIconized}{wxframeisiconized}, \helpref{wxFrame::Maximize}{wxframemaximize}.
\helpref{wxFrame::IsIconized}{wxframeisiconized}, \helpref{wxFrame::Maximize}{wxframemaximize}.
+\membersection{wxFrame::IsFullScreen}\label{wxframeisfullscreen}
+
+\func{bool}{IsFullScreen}{\void}
+
+Returns TRUE if the frame is in fullscreen mode.
+
+\wxheading{See also}
+
+\helpref{wxFrame::ShowFullScreen}{wxframeshowfullscreen}
+
\membersection{wxFrame::IsIconized}\label{wxframeisiconized}
\constfunc{bool}{IsIconized}{\void}
\membersection{wxFrame::IsIconized}\label{wxframeisiconized}
\constfunc{bool}{IsIconized}{\void}
\item wxFULLSCREEN\_ALL (all of the above)
\end{itemize}
\item wxFULLSCREEN\_ALL (all of the above)
\end{itemize}
-This function only works on Windows and has not been tested with MDI frames.
+This function has not been tested with MDI frames.
+
+\wxheading{See also}
+\helpref{wxFrame::IsFullScreen}{wxframeisfullscreen}
void MyFrame::OnToggleFullScreen(wxCommandEvent& event)
{
void MyFrame::OnToggleFullScreen(wxCommandEvent& event)
{
ShowFullScreen(!IsFullScreen());
ShowFullScreen(!IsFullScreen());