X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/cc81d32f2bf8c159f3b1bf6ddaf62e6d77720209..4d4f4290eaf2b60554ca3a0c53ffa8805012e155:/docs/latex/wx/pen.tex diff --git a/docs/latex/wx/pen.tex b/docs/latex/wx/pen.tex index 86516c0081..1c019dc62a 100644 --- a/docs/latex/wx/pen.tex +++ b/docs/latex/wx/pen.tex @@ -68,7 +68,7 @@ data using the reference counting, are not affected. Default constructor. The pen will be uninitialised, and \helpref{wxPen::Ok}{wxpenok} will return false. -\func{}{wxPen}{\param{const wxColour\&}{ colour}, \param{int}{ width}, \param{int}{ style}} +\func{}{wxPen}{\param{const wxColour\&}{ colour}, \param{int}{ width = $1$}, \param{int}{ style = {\tt wxSOLID}}} Constructs a pen from a colour object, pen width and style. @@ -275,7 +275,7 @@ function is called with a NULL array. \membersection{wxPen::SetJoin}\label{wxpensetjoin} -\func{void}{SetJoin}{\param{int}{join\_style}} +\func{void}{SetJoin}{\param{int }{join\_style}} Sets the pen join style, which may be one of {\bf wxJOIN\_BEVEL}, {\bf wxJOIN\_ROUND} and \rtfsp{\bf wxJOIN\_MITER}. The default is {\bf wxJOIN\_ROUND}.