virtual wxListCtrl support (UNTESTED)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10872 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2001-07-06 21:18:15 +00:00
parent ba7499ef2f
commit cf1dfa6b8f
5 changed files with 1813 additions and 1345 deletions

View File

@@ -189,6 +189,9 @@ protected:
friend wxListMainWindow;
private:
// create the header window
void CreateHeaderWindow();
DECLARE_EVENT_TABLE()
DECLARE_DYNAMIC_CLASS(wxListCtrl);
};