maximize the window to the correct display (i.e. the one it is currently on); ShowFullScreen() actually shows the window, too
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@19421 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -612,9 +612,10 @@ Sets the frame title.
|
||||
|
||||
\func{bool}{ShowFullScreen}{\param{bool}{ show}, \param{long}{ style = wxFULLSCREEN\_ALL}}
|
||||
|
||||
Passing true to {\it shows} shows the frame full-screen, and passing false restores the frame
|
||||
again. {\it style} is a bit list containing some or all of the following values, which
|
||||
indicate what elements of the frame to hide in full-screen mode:
|
||||
Depending on the value of {\it show} parameter the frame is either shown full
|
||||
screen or restored to its normal state. {\it style} is a bit list containing
|
||||
some or all of the following values, which indicate what elements of the frame
|
||||
to hide in full-screen mode:
|
||||
|
||||
\begin{itemize}\itemsep=0pt
|
||||
\item wxFULLSCREEN\_NOMENUBAR
|
||||
@@ -627,6 +628,9 @@ indicate what elements of the frame to hide in full-screen mode:
|
||||
|
||||
This function has not been tested with MDI frames.
|
||||
|
||||
Note that showing a frame full screen also actually
|
||||
\helpref{Show()s}{wxwindowshow} if it hadn't been shown yet.
|
||||
|
||||
\wxheading{See also}
|
||||
|
||||
\helpref{wxFrame::IsFullScreen}{wxframeisfullscreen}
|
||||
|
Reference in New Issue
Block a user