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:
parent
c03364149d
commit
a2af796156
1 changed files with 1 additions and 1 deletions
|
|
@ -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; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue