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