reSWIGged
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29786 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user