From d065aa85ad6318553919e7c0487d52bd97de7d84 Mon Sep 17 00:00:00 2001 From: Tobias Taschner Date: Tue, 23 Feb 2016 12:57:17 +0100 Subject: [PATCH] Update wxListCtrl::EnableCheckboxes documentation. Method is no longer MSW only. --- interface/wx/listctrl.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/interface/wx/listctrl.h b/interface/wx/listctrl.h index b2b91c6cde..f8aa985e16 100644 --- a/interface/wx/listctrl.h +++ b/interface/wx/listctrl.h @@ -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.