From ed175610f0904c4101577b1df2d8c9e461875ef9 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Sat, 27 Feb 1999 04:21:58 +0000 Subject: [PATCH] Added missing wxRA_SPECIFY_ROWS, wxRA_SPECIFY_COLS git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1811 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- utils/wxPython/src/_defs.i | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/utils/wxPython/src/_defs.i b/utils/wxPython/src/_defs.i index 72b0cd85a1..b68646d477 100644 --- a/utils/wxPython/src/_defs.i +++ b/utils/wxPython/src/_defs.i @@ -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,