reSWIGged

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29786 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2004-10-11 18:44:09 +00:00
parent 047b2059cf
commit 84f85550e5
30 changed files with 498 additions and 109 deletions

View File

@@ -9450,7 +9450,7 @@ class Sizer(Object):
"""
ShowItems(self, bool show)
Recursively call `wx.Window.Show` on all sizer items.
Recursively call `wx.SizerItem.Show` on all sizer items.
"""
return _core_.Sizer_ShowItems(*args, **kwargs)
@@ -10262,6 +10262,15 @@ class GridBagSizer(FlexGridSizer):
"""
return _core_.GridBagSizer_AddItem(*args, **kwargs)
def GetCellSize(*args, **kwargs):
"""
GetCellSize(self, int row, int col) -> Size
Get the size of the specified cell, including hgap and
vgap. Only valid after a Layout.
"""
return _core_.GridBagSizer_GetCellSize(*args, **kwargs)
def GetEmptyCellSize(*args, **kwargs):
"""
GetEmptyCellSize(self) -> Size