Always use wxFULL_REPAINT_ON_RESIZE for generic status bar.
Remove undocumented generic status bar ctor/Create. Bring status bar ctor/Create into sync with docs. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41035 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -45,7 +45,7 @@ from an {\bf OnSize} event handler.
|
||||
|
||||
Default constructor.
|
||||
|
||||
\func{}{wxStatusBar}{\param{wxWindow* }{parent}, \param{wxWindowID }{id},\rtfsp
|
||||
\func{}{wxStatusBar}{\param{wxWindow* }{parent}, \param{wxWindowID }{id = wxID\_ANY},\rtfsp
|
||||
\param{long}{ style = wxST\_SIZEGRIP},\rtfsp
|
||||
\param{const wxString\& }{name = ``statusBar"}}
|
||||
|
||||
@@ -75,7 +75,7 @@ Destructor.
|
||||
|
||||
\membersection{wxStatusBar::Create}\label{wxstatusbarcreate}
|
||||
|
||||
\func{bool}{Create}{\param{wxWindow* }{parent}, \param{wxWindowID }{id},\rtfsp
|
||||
\func{bool}{Create}{\param{wxWindow* }{parent}, \param{wxWindowID }{id = wxID\_ANY},\rtfsp
|
||||
\param{long}{ style = wxST\_SIZEGRIP},\rtfsp
|
||||
\param{const wxString\& }{name = ``statusBar"}}
|
||||
|
||||
|
Reference in New Issue
Block a user