X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/092f0ed782a4678d39e1037ab3816b9d4aaf3d04..086ee959df16b889a1646037f63648b5fc757f8c:/wxPython/src/gtk/grid.py diff --git a/wxPython/src/gtk/grid.py b/wxPython/src/gtk/grid.py index 1b74ef21d0..daaaee6e45 100644 --- a/wxPython/src/gtk/grid.py +++ b/wxPython/src/gtk/grid.py @@ -1400,6 +1400,18 @@ class Grid(_windows.ScrolledWindow): """GetGridLineColour(self) -> Colour""" return _grid.Grid_GetGridLineColour(*args, **kwargs) + def GetDefaultGridLinePen(*args, **kwargs): + """GetDefaultGridLinePen(self) -> wxPen""" + return _grid.Grid_GetDefaultGridLinePen(*args, **kwargs) + + def GetRowGridLinePen(*args, **kwargs): + """GetRowGridLinePen(self, int row) -> wxPen""" + return _grid.Grid_GetRowGridLinePen(*args, **kwargs) + + def GetColGridLinePen(*args, **kwargs): + """GetColGridLinePen(self, int col) -> wxPen""" + return _grid.Grid_GetColGridLinePen(*args, **kwargs) + def GetCellHighlightColour(*args, **kwargs): """GetCellHighlightColour(self) -> Colour""" return _grid.Grid_GetCellHighlightColour(*args, **kwargs)