From a2af796156583987df5069b3aef9646b31db5800 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Fri, 16 Jun 2017 14:06:13 +0200 Subject: [PATCH] Remove outdated comment about wxListCtrl checkboxes support They're implemented in the generic version too, so don't say that they're MSW-only. No real changes. --- include/wx/listbase.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/wx/listbase.h b/include/wx/listbase.h index 54f18888de..02f54a47c5 100644 --- a/include/wx/listbase.h +++ b/include/wx/listbase.h @@ -414,7 +414,7 @@ public: // Header attributes support: only implemented in wxMSW currently. virtual bool SetHeaderAttr(const wxItemAttr& WXUNUSED(attr)) { return false; } - // Checkboxes support: only implemented in wxMSW currently. + // Checkboxes support. virtual bool HasCheckBoxes() const { return false; } virtual bool EnableCheckBoxes(bool WXUNUSED(enable) = true) { return false; } virtual bool IsItemChecked(long WXUNUSED(item)) const { return false; }