Add PreGrid()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27387 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
ad411ab2f1
commit
ae662096c3
@ -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,
|
||||
|
@ -93,6 +93,7 @@ wxGridCellCoords = wx.grid.GridCellCoords
|
||||
wxGridCellCoordsPtr = wx.grid.GridCellCoordsPtr
|
||||
wxGrid = wx.grid.Grid
|
||||
wxGridPtr = wx.grid.GridPtr
|
||||
wxPreGrid = wx.grid.PreGrid
|
||||
wxGrid_GetClassDefaultAttributes = wx.grid.Grid_GetClassDefaultAttributes
|
||||
wxGridEvent = wx.grid.GridEvent
|
||||
wxGridEventPtr = wx.grid.GridEventPtr
|
||||
|
Loading…
Reference in New Issue
Block a user