Update wxListCtrl::EnableCheckboxes documentation.

Method is no longer MSW only.
This commit is contained in:
Tobias Taschner
2016-02-23 12:57:17 +01:00
parent ebeb9eab5b
commit d065aa85ad

View File

@@ -1239,9 +1239,6 @@ public:
/**
Enable or disable checkboxes for list items.
This method is only implemented for wxMSW native control currently, it
will always simply return false in the other ports.
@param enable If @true, enable checkboxes, otherwise disable checkboxes.
@return @true if checkboxes are supported, @false otherwise.