Add PreGrid()

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27387 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2004-05-22 02:58:08 +00:00
parent ad411ab2f1
commit ae662096c3
2 changed files with 11 additions and 0 deletions

View File

@@ -1558,7 +1558,17 @@ public:
long style = wxWANTS_CHARS,
const wxString& name = wxPyPanelNameStr);
%name(PreGrid) wxGrid();
bool Create( wxWindow *parent,
wxWindowID id,
const wxPoint& pos = wxDefaultPosition,
const wxSize& size = wxDefaultSize,
long style = wxWANTS_CHARS,
const wxString& name = wxPyPanelNameStr );
enum wxGridSelectionModes {
wxGridSelectCells,
wxGridSelectRows,