Document default argument value of wxListCtrl::EnableBellOnNoMatch().
In addition to forgetting to specify the default value in wxGenericListCtrl, it was also not documented, do it now to complete the fix of r72654. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@72655 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -417,7 +417,7 @@ public:
|
|||||||
|
|
||||||
@since 2.9.5
|
@since 2.9.5
|
||||||
*/
|
*/
|
||||||
void EnableBellOnNoMatch(bool on);
|
void EnableBellOnNoMatch(bool on = true);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
Finish editing the label.
|
Finish editing the label.
|
||||||
|
Reference in New Issue
Block a user