Merge branch 'docs/avoid-recommending-wxNewId' of https://github.com/catalinr/wxWidgets

Fixes for wxNewId() documentation.

See https://github.com/wxWidgets/wxWidgets/pull/2211
This commit is contained in:
Vadim Zeitlin
2021-02-05 21:38:16 +01:00
3 changed files with 6 additions and 6 deletions

View File

@@ -482,6 +482,8 @@ int wxFindMenuItemId(wxFrame* frame, const wxString& menuString,
Generates an integer identifier unique to this run of the program.
@see wxRegisterId()
@header{wx/utils.h}
*/
wxWindowID wxNewId();