Mention the wxSystemOption for turning on the generic wxListCtrl on OS X in the docs.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43809 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Kevin Ollivier
2006-12-04 18:54:12 +00:00
parent ba59de5d95
commit da97b2609e
2 changed files with 8 additions and 0 deletions

View File

@@ -38,6 +38,11 @@ Using many of wxListCtrl features is shown in the
To intercept events from a list control, use the event table macros described
in \helpref{wxListEvent}{wxlistevent}.
{\bf Mac Note:} Starting with 2.8, wxListCtrl uses a native implementation for
report mode, and uses a generic implementation for other modes. You can use the
generic implementation for report mode as well by setting the
mac.listctrl.always_use_generic \helpref{wxSystemOption}{wxsystemoptions} to 1.
\wxheading{Derived from}
\helpref{wxControl}{wxcontrol}\\