move wxVListBoxNameStr into vlbox.cpp source file (as for all other wxWidgets *NameStr
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56551 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -16,8 +16,7 @@
|
|||||||
#include "wx/bitmap.h"
|
#include "wx/bitmap.h"
|
||||||
|
|
||||||
class WXDLLIMPEXP_FWD_CORE wxSelectionStore;
|
class WXDLLIMPEXP_FWD_CORE wxSelectionStore;
|
||||||
|
extern WXDLLIMPEXP_DATA_CORE(const char) wxVListBoxNameStr[];
|
||||||
#define wxVListBoxNameStr _T("wxVListBox")
|
|
||||||
|
|
||||||
// ----------------------------------------------------------------------------
|
// ----------------------------------------------------------------------------
|
||||||
// wxVListBox
|
// wxVListBox
|
||||||
|
@@ -60,6 +60,7 @@ END_EVENT_TABLE()
|
|||||||
// ============================================================================
|
// ============================================================================
|
||||||
|
|
||||||
IMPLEMENT_ABSTRACT_CLASS(wxVListBox, wxVScrolledWindow)
|
IMPLEMENT_ABSTRACT_CLASS(wxVListBox, wxVScrolledWindow)
|
||||||
|
const char wxVListBoxNameStr[] = "wxVListBox";
|
||||||
|
|
||||||
// ----------------------------------------------------------------------------
|
// ----------------------------------------------------------------------------
|
||||||
// wxVListBox creation
|
// wxVListBox creation
|
||||||
|
Reference in New Issue
Block a user