X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/cc81d32f2bf8c159f3b1bf6ddaf62e6d77720209..395a82b13fa5f316d2d0dead17701e9bc23337d3:/docs/latex/wx/brush.tex diff --git a/docs/latex/wx/brush.tex b/docs/latex/wx/brush.tex index 74c74cf6c3..9407bd3950 100644 --- a/docs/latex/wx/brush.tex +++ b/docs/latex/wx/brush.tex @@ -69,7 +69,7 @@ data using the reference counting, are not affected. Default constructor. The brush will be uninitialised, and \helpref{wxBrush::Ok}{wxbrushok} will return false. -\func{}{wxBrush}{\param{const wxColour\&}{ colour}, \param{int}{ style}} +\func{}{wxBrush}{\param{const wxColour\&}{ colour}, \param{int}{ style = {\tt wxSOLID}}} Constructs a brush from a colour object and style. @@ -96,6 +96,7 @@ Copy constructor. This uses reference counting so is a cheap operation. \begin{twocollist}\itemsep=0pt \twocolitem{{\bf wxTRANSPARENT}}{Transparent (no fill).} \twocolitem{{\bf wxSOLID}}{Solid.} +\twocolitem{{\bf wxSTIPPLE}}{Uses a bitmap as a stipple.} \twocolitem{{\bf wxBDIAGONAL\_HATCH}}{Backward diagonal hatch.} \twocolitem{{\bf wxCROSSDIAG\_HATCH}}{Cross-diagonal hatch.} \twocolitem{{\bf wxFDIAGONAL\_HATCH}}{Forward diagonal hatch.}