X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/14a31d6774453a45662280c5de9240e9ab965896..1e8dba5e29eba7ac5e53fa4035e65ceeaeed3884:/docs/latex/wx/statline.tex diff --git a/docs/latex/wx/statline.tex b/docs/latex/wx/statline.tex index 93f62a82ae..b43505a9dc 100644 --- a/docs/latex/wx/statline.tex +++ b/docs/latex/wx/statline.tex @@ -34,7 +34,7 @@ groups of controls. The line may be only vertical or horizontal. Default constructor. -\func{}{wxStaticLine}{\param{wxWindow* }{parent}, \param{wxWindowID }{id},\rtfsp +\func{}{wxStaticLine}{\param{wxWindow* }{parent}, \param{wxWindowID }{id = wxID\_ANY},\rtfsp \param{const wxPoint\&}{ pos = wxDefaultPosition}, \param{const wxSize\& }{size = wxDefaultSize},\rtfsp \param{long}{ style = wxLI\_HORIZONTAL}, \param{const wxString\& }{name = ``staticLine"}} @@ -61,7 +61,7 @@ whether the line if horizontal or vertical) is ignored.} \membersection{wxStaticLine::Create}\label{wxstaticlinecreate} -\func{bool}{Create}{\param{wxWindow* }{parent}, \param{wxWindowID }{id},\rtfsp +\func{bool}{Create}{\param{wxWindow* }{parent}, \param{wxWindowID }{id = wxID\_ANY},\rtfsp \param{const wxPoint\&}{ pos = wxDefaultPosition}, \param{const wxSize\& }{size = wxDefaultSize},\rtfsp \param{long}{ style = 0}, \param{const wxString\& }{name = ``staticLine"}} @@ -72,7 +72,7 @@ for further details. \constfunc{bool}{IsVertical}{\void} -Returns TRUE if the line is vertical, FALSE if horizontal. +Returns true if the line is vertical, false if horizontal. \membersection{wxStaticLine::GetDefaultSize}\label{wxstaticlinegetdefaultsize}