]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/mac/grid.py
todos, cleanups, detabified
[wxWidgets.git] / wxPython / src / mac / grid.py
index a24d8799e910d4c1846dbbd2c47390ea99671b8a..d2b321501355cd73a0f4709b65b66ef1ea1df6ed 100644 (file)
@@ -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)