From 3223defdd298aa9604299fb17f1ed7c876e0baeb Mon Sep 17 00:00:00 2001 From: Bryan Petty Date: Mon, 12 May 2008 22:42:51 +0000 Subject: [PATCH] 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 --- docs/latex/wx/frame.tex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/latex/wx/frame.tex b/docs/latex/wx/frame.tex index d145636166..686d74eeab 100644 --- a/docs/latex/wx/frame.tex +++ b/docs/latex/wx/frame.tex @@ -171,8 +171,8 @@ for further details. \membersection{wxFrame::CreateStatusBar}\label{wxframecreatestatusbar} \func{virtual wxStatusBar*}{CreateStatusBar}{\param{int}{ number = 1}, - \param{long}{ style = 0}, - \param{wxWindowID}{ id = -1}, \param{const wxString\&}{ name = "statusBar"}} + \param{long}{ style = wxST\_SIZEGRIP | wxFULL\_REPAINT\_ON\_RESIZE}, + \param{wxWindowID}{ id = 0}, \param{const wxString\&}{ name = "statusBar"}} Creates a status bar at the bottom of the frame.