X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/11765138636bade99a104fa6a72ef5ced752b22d..9f06bcb3b8aea7aa709754a217c26e94fe2d5954:/utils/wxPython/src/msw/wx.py diff --git a/utils/wxPython/src/msw/wx.py b/utils/wxPython/src/msw/wx.py index 3e60248b6e..623173aeb7 100644 --- a/utils/wxPython/src/msw/wx.py +++ b/utils/wxPython/src/msw/wx.py @@ -185,6 +185,8 @@ wxCB_SORT = wxc.wxCB_SORT wxCB_READONLY = wxc.wxCB_READONLY wxRA_HORIZONTAL = wxc.wxRA_HORIZONTAL wxRA_VERTICAL = wxc.wxRA_VERTICAL +wxRA_SPECIFY_ROWS = wxc.wxRA_SPECIFY_ROWS +wxRA_SPECIFY_COLS = wxc.wxRA_SPECIFY_COLS wxRB_GROUP = wxc.wxRB_GROUP wxGA_PROGRESSBAR = wxc.wxGA_PROGRESSBAR wxGA_HORIZONTAL = wxc.wxGA_HORIZONTAL @@ -1259,7 +1261,10 @@ class wxApp(wxPyApp): #---------------------------------------------------------------------------- # # $Log$ -# Revision 1.6 1999/02/20 09:11:32 RD +# Revision 1.8 1999/03/05 07:23:07 RD +# Minor wxPython changes for wxWin 2.0 +# +# Revision 1.11 1999/02/20 09:02:55 RD # Added wxWindow_FromHWND(hWnd) for wxMSW to construct a wxWindow from a # window handle. If you can get the window handle into the python code, # it should just work... More news on this later.