]> git.saurik.com Git - wxWidgets.git/blobdiff - utils/wxPython/src/msw/wx.py
minimal now works in Unicode mode
[wxWidgets.git] / utils / wxPython / src / msw / wx.py
index 3e60248b6e997964af80cea783ed971e0cc8c4b4..623173aeb78f446b80f5a07959d7735e68006ff2 100644 (file)
@@ -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.