]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/statline.tex
remove _ from labels
[wxWidgets.git] / docs / latex / wx / statline.tex
index 3c506f9e7251995db0cc8b72f42861c2dabef759..173bebe55bad86bbadd8c3623f2605217ce828e4 100644 (file)
@@ -14,6 +14,10 @@ groups of controls. The line may be only vertical or horizontal.
 
 <wx/statline.h>
 
 
 <wx/statline.h>
 
+\wxheading{Library}
+
+\helpref{wxCore}{librarieslist}
+
 \wxheading{Window styles}
 
 \twocolwidtha{5cm}
 \wxheading{Window styles}
 
 \twocolwidtha{5cm}
@@ -34,7 +38,7 @@ groups of controls. The line may be only vertical or horizontal.
 
 Default constructor.
 
 
 Default constructor.
 
-\func{}{wxStaticLine}{\param{wxWindow* }{parent}, \param{wxWindowID }{id}, \param{const wxString\& }{label},\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"}}
 
 \param{const wxPoint\&}{ pos = wxDefaultPosition}, \param{const wxSize\& }{size = wxDefaultSize},\rtfsp
 \param{long}{ style = wxLI\_HORIZONTAL}, \param{const wxString\& }{name = ``staticLine"}}
 
@@ -61,7 +65,7 @@ whether the line if horizontal or vertical) is ignored.}
 
 \membersection{wxStaticLine::Create}\label{wxstaticlinecreate}
 
 
 \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 = wxID\_ANY},\rtfsp
 \param{const wxPoint\&}{ pos = wxDefaultPosition}, \param{const wxSize\& }{size = wxDefaultSize},\rtfsp
 \param{long}{ style = 0}, \param{const wxString\& }{name = ``staticLine"}}
 
 \param{const wxPoint\&}{ pos = wxDefaultPosition}, \param{const wxSize\& }{size = wxDefaultSize},\rtfsp
 \param{long}{ style = 0}, \param{const wxString\& }{name = ``staticLine"}}
 
@@ -72,13 +76,13 @@ for further details.
 
 \constfunc{bool}{IsVertical}{\void}
 
 
 \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}
 
 \func{int}{GetDefaultSize}{\void}
 
 
 \membersection{wxStaticLine::GetDefaultSize}\label{wxstaticlinegetdefaultsize}
 
 \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.
 
 dimension of the static line, i.e. its height for a horizontal line or its
 width for a vertical one.