Fix return type of wxListCtrl::EnableCheckboxes() in the documentation

It returns bool, not void.
This commit is contained in:
Vadim Zeitlin 2016-02-26 20:08:20 +01:00
parent 01ccff2e05
commit 5b2724c900

View File

@ -1244,7 +1244,7 @@ public:
@since 3.1.0
*/
void EnableCheckboxes(bool enable = true);
bool EnableCheckboxes(bool enable = true);
/**
Return true if the checkbox for the given wxListItem is checked.