]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/statline.tex
added wx/ipc.h and used/documented it
[wxWidgets.git] / docs / latex / wx / statline.tex
index d304f367f3ba566f7dc0c71b5018e01ea7e0ecbd..93f62a82ae7d4255c2012711a05cd5a71a1f9314 100644 (file)
@@ -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"}}