X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/023a034e0e622a82e4609a849552ace7cae3bd1b..66ffb23b392a7d02e080fdefc61b87cfe84d6df4:/wxPython/src/gtk/grid.py diff --git a/wxPython/src/gtk/grid.py b/wxPython/src/gtk/grid.py index d2b3215013..349997649c 100644 --- a/wxPython/src/gtk/grid.py +++ b/wxPython/src/gtk/grid.py @@ -2026,6 +2026,30 @@ class Grid(_windows.ScrolledWindow): """GetGridCornerLabelWindow(self) -> Window""" return _grid.Grid_GetGridCornerLabelWindow(*args, **kwargs) + def SetScrollLineX(*args, **kwargs): + """SetScrollLineX(self, int x)""" + return _grid.Grid_SetScrollLineX(*args, **kwargs) + + def SetScrollLineY(*args, **kwargs): + """SetScrollLineY(self, int y)""" + return _grid.Grid_SetScrollLineY(*args, **kwargs) + + def GetScrollLineX(*args, **kwargs): + """GetScrollLineX(self) -> int""" + return _grid.Grid_GetScrollLineX(*args, **kwargs) + + def GetScrollLineY(*args, **kwargs): + """GetScrollLineY(self) -> int""" + return _grid.Grid_GetScrollLineY(*args, **kwargs) + + def GetScrollX(*args, **kwargs): + """GetScrollX(self, int x) -> int""" + return _grid.Grid_GetScrollX(*args, **kwargs) + + def GetScrollY(*args, **kwargs): + """GetScrollY(self, int y) -> int""" + return _grid.Grid_GetScrollY(*args, **kwargs) + def GetClassDefaultAttributes(*args, **kwargs): """ GetClassDefaultAttributes(int variant=WINDOW_VARIANT_NORMAL) -> VisualAttributes @@ -2056,7 +2080,6 @@ def PreGrid(*args, **kwargs): """PreGrid() -> Grid""" val = _grid.new_PreGrid(*args, **kwargs) val.thisown = 1 - self._setOORInfo(self) return val def Grid_GetClassDefaultAttributes(*args, **kwargs):