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:
@@ -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; }
|
||||
|
Reference in New Issue
Block a user