passed to SetTable.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38627
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
{
public:
// wxGridTableBase(); This is an ABC
{
public:
// wxGridTableBase(); This is an ABC
%extend {
void _setOORInfo(PyObject* _self) {
%extend {
void _setOORInfo(PyObject* _self) {
wxGridTableBase * GetTable() const;
wxGridTableBase * GetTable() const;
+
+ %disownarg(wxGridTableBase *);
bool SetTable( wxGridTableBase *table, bool takeOwnership=false,
WXGRIDSELECTIONMODES selmode =
wxGrid::wxGridSelectCells );
bool SetTable( wxGridTableBase *table, bool takeOwnership=false,
WXGRIDSELECTIONMODES selmode =
wxGrid::wxGridSelectCells );
+ %cleardisown(wxGridTableBase *);
void ClearGrid();
bool InsertRows( int pos = 0, int numRows = 1, bool updateLabels=true );
void ClearGrid();
bool InsertRows( int pos = 0, int numRows = 1, bool updateLabels=true );