From 594f942cfd871d1430c16f5cd6ca30255d3858cd Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Tue, 27 Aug 2002 18:59:25 +0000 Subject: [PATCH] updated ctor/Create() signature to match the real functions (bug #596178) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16819 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- docs/latex/wx/statusbr.tex | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/docs/latex/wx/statusbr.tex b/docs/latex/wx/statusbr.tex index 70754447b3..5cb6f47a86 100644 --- a/docs/latex/wx/statusbr.tex +++ b/docs/latex/wx/statusbr.tex @@ -46,8 +46,7 @@ from an {\bf OnSize} event handler. Default constructor. \func{}{wxStatusBar}{\param{wxWindow* }{parent}, \param{wxWindowID }{id},\rtfsp -\param{const wxPoint\&}{ pos = wxDefaultPosition},\rtfsp -\param{const wxSize\&}{ size = wxDefaultSize}, \param{long}{ style = 0},\rtfsp +\param{long}{ style = wxST\_SIZEGRIP},\rtfsp \param{const wxString\& }{name = ``statusBar"}} Constructor, creating the window. @@ -58,12 +57,6 @@ Constructor, creating the window. \docparam{id}{The window identifier. It may take a value of -1 to indicate a default value.} -\docparam{pos}{The window position. A value of (-1, -1) indicates a default position, chosen by -either the windowing system or wxWindows, depending on platform.} - -\docparam{size}{The window size. A value of (-1, -1) indicates a default size, chosen by -either the windowing system or wxWindows, depending on platform.} - \docparam{style}{The window style. See \helpref{wxStatusBar}{wxstatusbar}.} \docparam{name}{The name of the window. This parameter is used to associate a name with the item, @@ -83,8 +76,7 @@ Destructor. \membersection{wxStatusBar::Create}\label{wxstatusbarcreate} \func{bool}{Create}{\param{wxWindow* }{parent}, \param{wxWindowID }{id},\rtfsp -\param{const wxPoint\&}{ pos = wxDefaultPosition},\rtfsp -\param{const wxSize\&}{ size = wxDefaultSize}, \param{long}{ style = 0},\rtfsp +\param{long}{ style = wxST\_SIZEGRIP},\rtfsp \param{const wxString\& }{name = ``statusBar"}} Creates the window, for two-step construction.