Add PreGrid()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27387 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -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,
|
||||
|
Reference in New Issue
Block a user