X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/4cf4100fc8ab4e662f419af2eaa220081e0c2806..5e4835243a9d77a73e2fe928110edfb6786f7980:/wxPython/src/gtk/grid.py?ds=sidebyside diff --git a/wxPython/src/gtk/grid.py b/wxPython/src/gtk/grid.py index a24d8799e9..d2b3215013 100644 --- a/wxPython/src/gtk/grid.py +++ b/wxPython/src/gtk/grid.py @@ -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)