X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ea07c87abde68968f34807fcdbb9d69efed79da8..f2cb3be90491edea57cb4f33e2256621f11d39c3:/utils/wxPython/src/_extras.py diff --git a/utils/wxPython/src/_extras.py b/utils/wxPython/src/_extras.py index 2e8d7d96a8..0e160137d8 100644 --- a/utils/wxPython/src/_extras.py +++ b/utils/wxPython/src/_extras.py @@ -490,7 +490,9 @@ wxNamedColor = wxNamedColour wxPyDefaultPosition.Set(-1,-1) wxPyDefaultSize.Set(-1,-1) - +# aliases so that C++ documentation applies: +wxDefaultPosition = wxPyDefaultPosition +wxDefaultSize = wxPyDefaultSize #---------------------------------------------------------------------- ## class wxPyStdOutWindow(wxFrame): @@ -558,7 +560,12 @@ class wxApp(wxPyApp): #---------------------------------------------------------------------------- # # $Log$ +# Revision 1.8 1999/01/29 21:13:42 HH +# Added aliases for wxDefaultPosition and wxDefaultSize (from wxPy..) in _extras, +# so that C++ documentation applies. +# # Revision 1.7 1998/11/25 08:45:21 RD +# # Added wxPalette, wxRegion, wxRegionIterator, wxTaskbarIcon # Added events for wxGrid # Other various fixes and additions