]> git.saurik.com Git - wxWidgets.git/commitdiff
Mention the wxSystemOption for turning on the generic wxListCtrl on OS X in the docs.
authorKevin Ollivier <kevino@theolliviers.com>
Mon, 4 Dec 2006 18:54:12 +0000 (18:54 +0000)
committerKevin Ollivier <kevino@theolliviers.com>
Mon, 4 Dec 2006 18:54:12 +0000 (18:54 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43809 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/latex/wx/listctrl.tex
docs/latex/wx/sysopt.tex

index 538cc1942a0ad7e7539aa20991496aa995b43a38..20920d0c85f0385b3393ed24a612694fc0b3ad20 100644 (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}\\
index 99a4d5129ac0fc649ba06ec355f60435809e7db3..0c601ff5df2fc53bc39704624a020b66d3391221 100644 (file)
@@ -42,6 +42,9 @@ used.}
 a window. You can also use the symbol wxMAC\_WINDOW\_PLAIN\_TRANSITION.}
 \twocolitem{window-default-variant}{The default variant used by windows (cast to integer from the wxWindowVariant enum).
 Also known as wxWINDOW\_DEFAULT\_VARIANT.}
+\twocolitem{mac.listctrl.always_use_generic}{Tells wxListCtrl to use the generic 
+control even when it is capable of using the native control instead. 
+Also knwon as wxMAC\_ALWAYS\_USE\_GENERIC\_LISTCTRL.}
 \end{twocollist}
 
 \wxheading{MGL}