File: wx.VScrolledWindow.1.rst

package info (click to toggle)
wxpython4.0 4.0.4%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 211,112 kB
  • sloc: cpp: 888,355; python: 223,130; makefile: 52,087; ansic: 45,780; sh: 3,012; xml: 1,534; perl: 264
file content (18 lines) | stat: -rw-r--r-- 2,035 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
======================================= ==============================================================================================================================================================================================================================================================================
`GetFirstVisibleLine()`                 Deprecated for :meth:`~wx.VarVScrollHelper.GetVisibleRowsBegin`
`GetLastVisibleLine()`                  Deprecated for :meth:`~wx.VarVScrollHelper.GetVisibleRowsEnd` This function originally had a slight design flaw in that it was possible to return ``sys.maxint-1``   (ie: a large positive number) if the scroll position was 0 and the first line wasn't completely visible.
`GetLineCount()`                        Deprecated for :meth:`~wx.VarVScrollHelper.GetRowCount`
`HitTest(x, y)`
`HitTest(pt)`                           Deprecated for :meth:`~wx.VarScrollHelperBase.VirtualHitTest`.
`OnGetLineHeight(line)`                 Deprecated for :meth:`~wx.VarVScrollHelper.OnGetRowHeight`
`OnGetLinesHint(lineMin, lineMax)`      Deprecated for :meth:`~wx.VarVScrollHelper.OnGetRowsHeightHint`
`RefreshLine(line)`                     Deprecated for :meth:`~wx.VarVScrollHelper.RefreshRow`
`RefreshLines(from_, to_)`              Deprecated for :meth:`~wx.VarVScrollHelper.RefreshRows`
`ScrollLines(lines)`                    Deprecated for :meth:`~wx.VarVScrollHelper.ScrollRows`
`ScrollPages(pages)`                    Deprecated for :meth:`~wx.VarVScrollHelper.ScrollRowPages`
`ScrollToLine(line)`                    Deprecated for :meth:`~wx.VarVScrollHelper.ScrollToRow`
`SetLineCount(count)`                   Deprecated for :meth:`~wx.VarVScrollHelper.SetRowCount`
======================================= ==============================================================================================================================================================================================================================================================================

|