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:
@@ -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.
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user