disable report view mode under Mac as it hangs the native wxListCtrl implementation (continuation of #9484)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54318 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2008-06-21 16:10:52 +00:00
parent 8ca1b2c502
commit 1a9a6eed36
2 changed files with 44 additions and 7 deletions

View File

@@ -97,6 +97,10 @@ protected:
wxBookCtrlBaseEvent* CreatePageChangingEvent() const;
void MakeChangedEvent(wxBookCtrlBaseEvent &event);
// get flags for different list control modes
long GetListCtrlIconViewFlags() const;
long GetListCtrlReportViewFlags() const;
// event handlers
void OnListSelected(wxListEvent& event);
void OnSize(wxSizeEvent& event);