]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/sashwin.tex
changes wxFRAME_EX_CONTEXTHELP value to avoid clash with wxWS_EX_TRANSIENT
[wxWidgets.git] / docs / latex / wx / sashwin.tex
index 219d8e194480dbfee0092a5b06608a3ebee6ddab..fb2dd26927f3d7526e848b2dc0a92dcbcedd95f7 100644 (file)
@@ -21,7 +21,10 @@ The following styles apply in addition to the normal wxWindow styles.
 
 \twocolwidtha{5cm}%
 \begin{twocollist}\itemsep=0pt
-\twocolitem{\windowstyle{wxSW\_3D}}{Draws the sashes in 3D.}
+\twocolitem{\windowstyle{wxSW\_3D}}{Draws a 3D effect sash and border.}
+\twocolitem{\windowstyle{wxSW\_3DSASH}}{Draws a 3D effect sash.}
+\twocolitem{\windowstyle{wxSW\_3DBORDER}}{Draws a 3D effect border.}
+\twocolitem{\windowstyle{wxSW\_BORDER}}{Draws a thin black border.}
 \end{twocollist}
 
 See also \helpref{window styles overview}{windowstyles}.