X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/fc2171bd4c660b8554dae2a1cbf34ff09f3032a6..2562c82329113d43b0de122c86ac23f0dca0e669:/docs/latex/wx/minifram.tex diff --git a/docs/latex/wx/minifram.tex b/docs/latex/wx/minifram.tex index 4c16e08fee..c58c0002d0 100644 --- a/docs/latex/wx/minifram.tex +++ b/docs/latex/wx/minifram.tex @@ -28,18 +28,13 @@ take up too much screen area. \twocolitem{\windowstyle{wxCLOSE\_BOX}}{Displays a close box on the frame.} \twocolitem{\windowstyle{wxSTAY\_ON\_TOP}}{Stay on top of other windows (Windows only).} \twocolitem{\windowstyle{wxSYSTEM\_MENU}}{Displays a system menu (Windows and Motif only).} -\twocolitem{\windowstyle{wxTHICK\_FRAME}}{Displays a thick frame around the window (Windows and Motif only).} \twocolitem{\windowstyle{wxTINY\_CAPTION\_HORIZ}}{This style is obsolete and not used any longer.} \twocolitem{\windowstyle{wxTINY\_CAPTION\_VERT}}{This style is obsolete and not used any longer.} -\twocolitem{\windowstyle{wxRESIZE\_BORDER}}{Displays a resizeable border around the window (Motif only; -for Windows, it is implicit in {\bf wxTHICK\_FRAME}).} +\twocolitem{\windowstyle{wxRESIZE\_BORDER}}{Displays a resizeable border around the window.} \end{twocollist} -See also \helpref{window styles overview}{windowstyles}. Note that all the window styles -above are ignored under GTK and the mini frame cannot be resized by the user. - \wxheading{Remarks} This class has miniframe functionality under Windows and GTK, i.e. the presence @@ -53,7 +48,7 @@ On other platforms, it behaves like a normal frame. \latexignore{\rtfignore{\wxheading{Members}}} -\membersection{wxMiniFrame::wxMiniFrame}\label{wxminiframeconstr} +\membersection{wxMiniFrame::wxMiniFrame}\label{wxminiframector} \func{}{wxMiniFrame}{\void} @@ -95,7 +90,7 @@ The frame behaves like a normal frame on non-Windows platforms. \helpref{wxMiniFrame::Create}{wxminiframecreate} -\membersection{wxMiniFrame::\destruct{wxMiniFrame}} +\membersection{wxMiniFrame::\destruct{wxMiniFrame}}\label{wxminiframedtor} \func{void}{\destruct{wxMiniFrame}}{\void} @@ -108,7 +103,7 @@ Destructor. Destroys all child windows and menu bar if present. \param{const wxSize\&}{ size = wxDefaultSize}, \param{long}{ style = wxDEFAULT\_FRAME\_STYLE},\rtfsp \param{const wxString\& }{name = ``frame"}} -Used in two-step frame construction. See \helpref{wxMiniFrame::wxMiniFrame}{wxminiframeconstr}\rtfsp +Used in two-step frame construction. See \helpref{wxMiniFrame::wxMiniFrame}{wxminiframector}\rtfsp for further details.