added virtual listctrl support

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10837 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2001-07-05 01:27:38 +00:00
parent 3abf2c720b
commit 98ec9dbebc
7 changed files with 228 additions and 174 deletions

View File

@@ -53,6 +53,8 @@
#include "wx/intl.h"
#endif
#include "wx/listctrl.h"
#if wxUSE_RADIOBTN
#include "wx/radiobut.h"
#endif