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.
This commit is contained in:
Vadim Zeitlin
2017-06-16 14:06:13 +02:00
parent c03364149d
commit a2af796156

View File

@@ -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; }