git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1811
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
wxCB_READONLY,
wxRA_HORIZONTAL,
wxRA_VERTICAL,
+ wxRA_SPECIFY_ROWS,
+ wxRA_SPECIFY_COLS,
wxRB_GROUP,
wxGA_PROGRESSBAR,
wxGA_HORIZONTAL,
/////////////////////////////////////////////////////////////////////////////
//
// $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,