X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c89165a82daea967ec79e528fd08bf7440bbd4ec..be90c029fd255fba3eb7379aabef5780df210ad8:/docs/latex/wx/statline.tex?ds=inline diff --git a/docs/latex/wx/statline.tex b/docs/latex/wx/statline.tex index 7e6a82fb89..93f62a82ae 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}, \param{const wxString\& }{label},\rtfsp +\func{}{wxStaticLine}{\param{wxWindow* }{parent}, \param{wxWindowID }{id},\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}, \param{const wxString\& }{label},\rtfsp +\func{bool}{Create}{\param{wxWindow* }{parent}, \param{wxWindowID }{id},\rtfsp \param{const wxPoint\&}{ pos = wxDefaultPosition}, \param{const wxSize\& }{size = wxDefaultSize},\rtfsp \param{long}{ style = 0}, \param{const wxString\& }{name = ``staticLine"}} @@ -78,6 +78,7 @@ Returns TRUE if the line is vertical, FALSE if horizontal. \func{int}{GetDefaultSize}{\void} -This static function returns the size which will be given to the "lesser" +This static function returns the size which will be given to the smaller dimension of the static line, i.e. its height for a horizontal line or its width for a vertical one. +