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:
@@ -24,17 +24,19 @@
|
||||
#pragma hdrstop
|
||||
#endif
|
||||
|
||||
#if wxUSE_STATUSBAR
|
||||
|
||||
#include "wx/statusbr.h"
|
||||
|
||||
#ifndef WX_PRECOMP
|
||||
#include "wx/frame.h"
|
||||
#endif //WX_PRECOMP
|
||||
|
||||
#if wxUSE_STATUSBAR
|
||||
|
||||
#include "wx/listimpl.cpp"
|
||||
WX_DEFINE_LIST(wxListString)
|
||||
|
||||
const wxChar wxStatusBarNameStr[] = wxT("statusBar");
|
||||
|
||||
// ============================================================================
|
||||
// wxStatusBarBase implementation
|
||||
// ============================================================================
|
||||
|
Reference in New Issue
Block a user