Don't call _setOORINfo from PreGrid

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31006 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn 2004-12-14 19:58:50 +00:00
parent ed8d127eb0
commit 90f7243727

View File

@ -1592,6 +1592,8 @@ class wxGrid : public wxScrolledWindow
{
public:
%pythonAppend wxGrid "self._setOORInfo(self)"
%pythonAppend wxGrid() ""
%typemap(out) wxGrid*; // turn off this typemap
wxGrid( wxWindow *parent,