document wxNewId() as being deprecated
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44338 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
f77bbb455f
commit
15c6269f89
@ -2919,6 +2919,12 @@ printed. Example of using it:
|
||||
|
||||
\func{long}{wxNewId}{\void}
|
||||
|
||||
This function is deprecated as the ids generated by it can conflict with the
|
||||
ids defined by the user code, use \texttt{wxID\_ANY} to assign ids which are
|
||||
guaranteed to not conflict with the user-defined ids for the controls and menu
|
||||
items you create instead of using this function.
|
||||
|
||||
|
||||
Generates an integer identifier unique to this run of the program.
|
||||
|
||||
\wxheading{Include files}
|
||||
|
Loading…
Reference in New Issue
Block a user