]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/utils.h
Fix interface definition of GetMouseCursorAt
[wxWidgets.git] / interface / wx / utils.h
index 34a9e15347460572c0d182de67325c60e1614f1c..4a8a54ef65f2bfb4097f7e53580e798ff50ff0fc 100644 (file)
@@ -459,7 +459,7 @@ int wxFindMenuItemId(wxFrame* frame, const wxString& menuString,
 
     @header{wx/utils.h}
 */
-long wxNewId();
+int wxNewId();
 
 /**
     Ensures that Ids subsequently generated by wxNewId() do not clash with the
@@ -467,7 +467,7 @@ long wxNewId();
 
     @header{wx/utils.h}
 */
-void wxRegisterId(long id);
+void wxRegisterId(int id);
 
 /**
     Opens the @a document in the application associated with the files of this