git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44338
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
\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}