Fix return type of wxListCtrl::EnableCheckboxes() in the documentation
It returns bool, not void.
This commit is contained in:
parent
01ccff2e05
commit
5b2724c900
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user