From 553f11cdbfcb406a4bff16447a38595f0e05ca07 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Tue, 7 Dec 2004 17:58:39 +0000 Subject: [PATCH] wx.GridBagSizer stor needs call to _setOORInfo git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30890 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- wxPython/src/_gbsizer.i | 2 ++ 1 file changed, 2 insertions(+) diff --git a/wxPython/src/_gbsizer.i b/wxPython/src/_gbsizer.i index 7f33dd3deb..9d375953a8 100644 --- a/wxPython/src/_gbsizer.i +++ b/wxPython/src/_gbsizer.i @@ -359,6 +359,8 @@ positioned at, adjusted for spanning. class wxGridBagSizer : public wxFlexGridSizer { public: + %pythonAppend wxGridBagSizer "self._setOORInfo(self)" + DocCtorStr( wxGridBagSizer(int vgap = 0, int hgap = 0 ), "Constructor, with optional parameters to specify the gap between the -- 2.50.0