Add a link to the changes file, move the log file
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29026 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1655,6 +1655,10 @@ class Grid(_windows.ScrolledWindow):
|
||||
"""SetColAttr(self, int col, GridCellAttr attr)"""
|
||||
return _grid.Grid_SetColAttr(*args, **kwargs)
|
||||
|
||||
def GetOrCreateCellAttr(*args, **kwargs):
|
||||
"""GetOrCreateCellAttr(self, int row, int col) -> GridCellAttr"""
|
||||
return _grid.Grid_GetOrCreateCellAttr(*args, **kwargs)
|
||||
|
||||
def SetColFormatBool(*args, **kwargs):
|
||||
"""SetColFormatBool(self, int col)"""
|
||||
return _grid.Grid_SetColFormatBool(*args, **kwargs)
|
||||
|
Reference in New Issue
Block a user