]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/minifram.tex
escape more underscores (we need a pre-commit check for those...)
[wxWidgets.git] / docs / latex / wx / minifram.tex
index e51efd81ca399261c82cdc561a3597a67d9c1fbe..c58c0002d068cbaf8b3ea9d4c22b9c61e79a7469 100644 (file)
@@ -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