implemented attributes support for native virtual list control

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10981 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2001-07-12 00:06:48 +00:00
parent 6beb85c0d3
commit 63166611fb
2 changed files with 88 additions and 79 deletions

View File

@@ -379,6 +379,9 @@ protected:
private:
bool DoCreateControl(int x, int y, int w, int h);
// process NM_CUSTOMDRAW notification message
WXLPARAM OnCustomDraw(WXLPARAM lParam);
DECLARE_DYNAMIC_CLASS(wxListCtrl)
DECLARE_EVENT_TABLE()
};