reSWIGged
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27849 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -708,6 +708,10 @@ class GridCellAttr(object):
|
||||
"""IsReadOnly(self) -> bool"""
|
||||
return _grid.GridCellAttr_IsReadOnly(*args, **kwargs)
|
||||
|
||||
def GetKind(*args, **kwargs):
|
||||
"""GetKind(self) -> int"""
|
||||
return _grid.GridCellAttr_GetKind(*args, **kwargs)
|
||||
|
||||
def SetDefAttr(*args, **kwargs):
|
||||
"""SetDefAttr(self, GridCellAttr defAttr)"""
|
||||
return _grid.GridCellAttr_SetDefAttr(*args, **kwargs)
|
||||
|
Reference in New Issue
Block a user