Fixed bug #1340071 (outdated documentation of wxFrame::CreateStatusBar() function default values).

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@53581 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Bryan Petty
2008-05-12 22:42:51 +00:00
parent 5373128f20
commit 3223defdd2

View File

@@ -171,8 +171,8 @@ for further details.
\membersection{wxFrame::CreateStatusBar}\label{wxframecreatestatusbar} \membersection{wxFrame::CreateStatusBar}\label{wxframecreatestatusbar}
\func{virtual wxStatusBar*}{CreateStatusBar}{\param{int}{ number = 1}, \func{virtual wxStatusBar*}{CreateStatusBar}{\param{int}{ number = 1},
\param{long}{ style = 0}, \param{long}{ style = wxST\_SIZEGRIP | wxFULL\_REPAINT\_ON\_RESIZE},
\param{wxWindowID}{ id = -1}, \param{const wxString\&}{ name = "statusBar"}} \param{wxWindowID}{ id = 0}, \param{const wxString\&}{ name = "statusBar"}}
Creates a status bar at the bottom of the frame. Creates a status bar at the bottom of the frame.