X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/13d13a9e19af3d596262eee88dc8394de856242d..4c2deb19e0fe659e8f239d86612f3c866731ac22:/include/wx/generic/textdlgg.h diff --git a/include/wx/generic/textdlgg.h b/include/wx/generic/textdlgg.h index f39a29b638..a95f4acec3 100644 --- a/include/wx/generic/textdlgg.h +++ b/include/wx/generic/textdlgg.h @@ -86,7 +86,10 @@ wxString WXDLLEXPORT wxGetPasswordFromUser(const wxString& message, const wxString& caption = wxGetTextFromUserPromptStr, const wxString& default_value = wxEmptyString, - wxWindow *parent = (wxWindow *) NULL); + wxWindow *parent = (wxWindow *) NULL, + wxCoord x = wxDefaultCoord, + wxCoord y = wxDefaultCoord, + bool centre = true); #endif // wxUSE_TEXTDLG