]> git.saurik.com Git - wxWidgets.git/commitdiff
Added missing wxRA_SPECIFY_ROWS, wxRA_SPECIFY_COLS
authorRobin Dunn <robin@alldunn.com>
Sat, 27 Feb 1999 04:21:58 +0000 (04:21 +0000)
committerRobin Dunn <robin@alldunn.com>
Sat, 27 Feb 1999 04:21:58 +0000 (04:21 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1811 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

utils/wxPython/src/_defs.i

index 72b0cd85a1b873ab7db725fc011056f5d54b1194..b68646d477759beff04a210c2f9bf50d3a5cfb1f 100644 (file)
@@ -236,6 +236,8 @@ enum {
     wxCB_READONLY,
     wxRA_HORIZONTAL,
     wxRA_VERTICAL,
+    wxRA_SPECIFY_ROWS,
+    wxRA_SPECIFY_COLS,
     wxRB_GROUP,
     wxGA_PROGRESSBAR,
     wxGA_HORIZONTAL,
@@ -754,6 +756,9 @@ enum wxEventType {
 /////////////////////////////////////////////////////////////////////////////
 //
 // $Log$
+// Revision 1.12  1999/02/27 04:21:58  RD
+// Added missing wxRA_SPECIFY_ROWS, wxRA_SPECIFY_COLS
+//
 // Revision 1.11  1999/02/20 09:02:54  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,