]> git.saurik.com Git - wxWidgets.git/commitdiff
Better wording in docs
authorRobert Roebling <robert@roebling.de>
Mon, 20 Dec 2010 19:15:15 +0000 (19:15 +0000)
committerRobert Roebling <robert@roebling.de>
Mon, 20 Dec 2010 19:15:15 +0000 (19:15 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@66417 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

interface/wx/dataview.h

index f1ff60bf579f15cd2603c3ee430451a731634fd6..0cf1145d1e7d507cf977360b7c204519efe5d18a 100644 (file)
@@ -184,9 +184,10 @@ public:
             @true if this item should be enabled, @false otherwise.
 
         @note Currently disabling items is fully implemented only for the
-              native control implementation in wxOSX/Cocoa. This feature is
-              only partially supported in the generic version (wxMSW) and
-              currently not supported by the wxOSX/Carbon implementation.
+              native control implementation in wxOSX/Cocoa and wxGTK. 
+              This feature is only partially supported in the generic
+              version (used by wxMSW) and not supported by the wxOSX/Carbon
+              implementation.
 
         @since 2.9.2
     */