]> git.saurik.com Git - wxWidgets.git/commitdiff
wxTINY_CAPTION_XXX are obsolete
authorVadim Zeitlin <vadim@wxwidgets.org>
Tue, 24 Jun 2003 22:47:45 +0000 (22:47 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Tue, 24 Jun 2003 22:47:45 +0000 (22:47 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21370 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/latex/wx/minifram.tex

index 37ff209d26f0f7dd739f7aed8da983331aca030e..cae61631253d00cd269721918f54a762e6fd4874 100644 (file)
@@ -29,10 +29,10 @@ take up too much screen area.
 \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}}{Displays a small horizontal caption. Use instead of
-wxCAPTION.}
-\twocolitem{\windowstyle{wxTINY\_CAPTION\_VERT}}{Under Windows, displays a small vertical caption. Use instead of
-wxCAPTION.}
+\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}).}
 \end{twocollist}