]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/generic/textdlgg.h
wxChoicebook generic implementation.
[wxWidgets.git] / include / wx / generic / textdlgg.h
index b255dd89a46e3a7227b6f6d69bb150f0de4d6be6..f39a29b6387e0ec253ca641619cb99d8aab86186 100644 (file)
@@ -78,8 +78,8 @@ wxGetTextFromUser(const wxString& message,
                   const wxString& caption = wxGetTextFromUserPromptStr,
                   const wxString& default_value = wxEmptyString,
                   wxWindow *parent = (wxWindow *) NULL,
-                  int x = wxDefaultCoord,
-                  int y = wxDefaultCoord,
+                  wxCoord x = wxDefaultCoord,
+                  wxCoord y = wxDefaultCoord,
                   bool centre = true);
 
 wxString WXDLLEXPORT