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

@@ -76,6 +76,7 @@ public:
void OnToggleFirstSel(wxCommandEvent& event);
void OnDeselectAll(wxCommandEvent& event);
void OnSelectAll(wxCommandEvent& event);
void OnAdd(wxCommandEvent& event);
void OnDelete(wxCommandEvent& event);
void OnDeleteAll(wxCommandEvent& event);
void OnSort(wxCommandEvent& event);
@@ -99,20 +100,22 @@ private:
// IDs for the menu commands
enum
{
LIST_ABOUT,
LIST_QUIT,
LIST_LIST_VIEW,
LIST_ICON_VIEW,
LIST_ICON_TEXT_VIEW,
LIST_SMALL_ICON_VIEW,
LIST_SMALL_ICON_TEXT_VIEW,
LIST_REPORT_VIEW,
LIST_VIRTUAL_VIEW,
LIST_REPORT_VIEW,
LIST_DESELECT_ALL,
LIST_SELECT_ALL,
LIST_ABOUT,
LIST_DELETE_ALL,
LIST_DELETE,
LIST_ADD,
LIST_SORT,
LIST_SET_FG_COL,
LIST_SET_BG_COL,