more wxListCtrl fixes: inserting/deleting items now works again (tested in the sample) but I somehow broke the scrolling

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10914 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2001-07-09 15:58:24 +00:00
parent 371684d3f7
commit 5cd891743e
3 changed files with 286 additions and 246 deletions

View File

@@ -25,6 +25,9 @@ public:
{
}
// add one item to the listctrl in report mode
void InsertItemInReportView(int i);
void OnColClick(wxListEvent& event);
void OnBeginDrag(wxListEvent& event);
void OnBeginRDrag(wxListEvent& event);