Undeprecate wxGetNumberFromUser, add wxNumberEntryDialog
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40032 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -241,8 +241,6 @@ int wxMessageBox(const wxString& message,
|
||||
wxWindow *parent = NULL,
|
||||
int x = -1, int y = -1);
|
||||
|
||||
// WXWIN_COMPATIBILITY_2_4
|
||||
#if 0
|
||||
MustHaveApp(wxGetNumberFromUser);
|
||||
long wxGetNumberFromUser(const wxString& message,
|
||||
const wxString& prompt,
|
||||
@@ -251,8 +249,6 @@ long wxGetNumberFromUser(const wxString& message,
|
||||
long min = 0, long max = 100,
|
||||
wxWindow *parent = NULL,
|
||||
const wxPoint& pos = wxDefaultPosition);
|
||||
%pythoncode { GetNumberFromUser = wx._deprecated(GetNumberFromUser) }
|
||||
#endif
|
||||
|
||||
// GDI Functions
|
||||
|
||||
|
Reference in New Issue
Block a user