Fix return type of wxListCtrl::EnableCheckboxes() in the documentation
It returns bool, not void.
This commit is contained in:
@@ -1244,7 +1244,7 @@ public:
|
|||||||
|
|
||||||
@since 3.1.0
|
@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.
|
Return true if the checkbox for the given wxListItem is checked.
|
||||||
|
Reference in New Issue
Block a user