Implement wxDataViewModel::IsEnabled() support in generic implementation.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@70201 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík
2011-12-30 14:28:13 +00:00
parent 50e55c13ea
commit cf5d4c76af
2 changed files with 22 additions and 13 deletions

View File

@@ -183,10 +183,7 @@ public:
@return
@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 and wxGTK.
This feature is only partially supported in the generic
version (used by wxMSW) and not supported by the wxOSX/Carbon
@note Currently disabling items is not supported by the wxOSX/Carbon
implementation.
@since 2.9.2