wx.GridBagSizer stor needs call to _setOORInfo
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30890 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -359,6 +359,8 @@ positioned at, adjusted for spanning.
|
|||||||
class wxGridBagSizer : public wxFlexGridSizer
|
class wxGridBagSizer : public wxFlexGridSizer
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
|
%pythonAppend wxGridBagSizer "self._setOORInfo(self)"
|
||||||
|
|
||||||
DocCtorStr(
|
DocCtorStr(
|
||||||
wxGridBagSizer(int vgap = 0, int hgap = 0 ),
|
wxGridBagSizer(int vgap = 0, int hgap = 0 ),
|
||||||
"Constructor, with optional parameters to specify the gap between the
|
"Constructor, with optional parameters to specify the gap between the
|
||||||
|
Reference in New Issue
Block a user