Fix wxComboCtrl::SetHint() return type in the documentation.
It is now bool, not void, as for wxTextEntry::SetHint(). Closes #14083. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@70867 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
f7754d0fde
commit
6fbdd267e5
@ -694,7 +694,7 @@ public:
|
||||
|
||||
@since 2.9.1
|
||||
*/
|
||||
virtual void SetHint(const wxString& hint);
|
||||
virtual bool SetHint(const wxString& hint);
|
||||
|
||||
/**
|
||||
Sets the insertion point in the text field.
|
||||
|
Loading…
Reference in New Issue
Block a user