Home
last modified time | relevance | path

Searched refs:noPagePositions (Results 1 – 11 of 11) sorted by relevance

/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/contrib/src/deprecated/
H A Dtbarsmpl.cpp905 int noPagePositions = (int) ( (w/(float)m_xScrollPixelsPerLine) + 0.5 ); in AdjustScrollbars() local
906 if (noPagePositions < 1) in AdjustScrollbars()
907 noPagePositions = 1; in AdjustScrollbars()
909 SetScrollbar(wxHORIZONTAL, m_xScrollPosition, noPagePositions, newRange); in AdjustScrollbars()
910 SetScrollPageSize(wxHORIZONTAL, noPagePositions); in AdjustScrollbars()
923 int noPagePositions = (int) ( (h/(float)m_yScrollPixelsPerLine) + 0.5 ); in AdjustScrollbars() local
924 if (noPagePositions < 1) in AdjustScrollbars()
925 noPagePositions = 1; in AdjustScrollbars()
927 SetScrollbar(wxVERTICAL, m_yScrollPosition, noPagePositions, newRange); in AdjustScrollbars()
928 SetScrollPageSize(wxVERTICAL, noPagePositions); in AdjustScrollbars()
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/contrib/src/deprecated/
H A Dtbarsmpl.cpp905 int noPagePositions = (int) ( (w/(float)m_xScrollPixelsPerLine) + 0.5 ); in AdjustScrollbars() local
906 if (noPagePositions < 1) in AdjustScrollbars()
907 noPagePositions = 1; in AdjustScrollbars()
909 SetScrollbar(wxHORIZONTAL, m_xScrollPosition, noPagePositions, newRange); in AdjustScrollbars()
910 SetScrollPageSize(wxHORIZONTAL, noPagePositions); in AdjustScrollbars()
923 int noPagePositions = (int) ( (h/(float)m_yScrollPixelsPerLine) + 0.5 ); in AdjustScrollbars() local
924 if (noPagePositions < 1) in AdjustScrollbars()
925 noPagePositions = 1; in AdjustScrollbars()
927 SetScrollbar(wxVERTICAL, m_yScrollPosition, noPagePositions, newRange); in AdjustScrollbars()
928 SetScrollPageSize(wxVERTICAL, noPagePositions); in AdjustScrollbars()
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/contrib/src/deprecated/
H A Dtbarsmpl.cpp905 int noPagePositions = (int) ( (w/(float)m_xScrollPixelsPerLine) + 0.5 ); in AdjustScrollbars() local
906 if (noPagePositions < 1) in AdjustScrollbars()
907 noPagePositions = 1; in AdjustScrollbars()
909 SetScrollbar(wxHORIZONTAL, m_xScrollPosition, noPagePositions, newRange); in AdjustScrollbars()
910 SetScrollPageSize(wxHORIZONTAL, noPagePositions); in AdjustScrollbars()
923 int noPagePositions = (int) ( (h/(float)m_yScrollPixelsPerLine) + 0.5 ); in AdjustScrollbars() local
924 if (noPagePositions < 1) in AdjustScrollbars()
925 noPagePositions = 1; in AdjustScrollbars()
927 SetScrollbar(wxVERTICAL, m_yScrollPosition, noPagePositions, newRange); in AdjustScrollbars()
928 SetScrollPageSize(wxVERTICAL, noPagePositions); in AdjustScrollbars()
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/contrib/src/deprecated/
H A Dtbarsmpl.cpp905 int noPagePositions = (int) ( (w/(float)m_xScrollPixelsPerLine) + 0.5 ); in AdjustScrollbars() local
906 if (noPagePositions < 1) in AdjustScrollbars()
907 noPagePositions = 1; in AdjustScrollbars()
909 SetScrollbar(wxHORIZONTAL, m_xScrollPosition, noPagePositions, newRange); in AdjustScrollbars()
910 SetScrollPageSize(wxHORIZONTAL, noPagePositions); in AdjustScrollbars()
923 int noPagePositions = (int) ( (h/(float)m_yScrollPixelsPerLine) + 0.5 ); in AdjustScrollbars() local
924 if (noPagePositions < 1) in AdjustScrollbars()
925 noPagePositions = 1; in AdjustScrollbars()
927 SetScrollbar(wxVERTICAL, m_yScrollPosition, noPagePositions, newRange); in AdjustScrollbars()
928 SetScrollPageSize(wxVERTICAL, noPagePositions); in AdjustScrollbars()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/generic/
H A Dscrlwing.cpp1505 int noPagePositions = w/m_xScrollPixelsPerLine; in DoScroll() local
1506 if (noPagePositions < 1) noPagePositions = 1; in DoScroll()
1510 new_x = wxMin( m_xScrollLines-noPagePositions, new_x ); in DoScroll()
1519 int noPagePositions = h/m_yScrollPixelsPerLine; in DoScroll() local
1520 if (noPagePositions < 1) noPagePositions = 1; in DoScroll()
1524 new_y = wxMin( m_yScrollLines-noPagePositions, new_y ); in DoScroll()
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/src/generic/
H A Dscrlwing.cpp929 int noPagePositions = w/m_xScrollPixelsPerLine; in Scroll() local
930 if (noPagePositions < 1) noPagePositions = 1; in Scroll()
934 new_x = wxMin( m_xScrollLines-noPagePositions, new_x ); in Scroll()
943 int noPagePositions = h/m_yScrollPixelsPerLine; in Scroll() local
944 if (noPagePositions < 1) noPagePositions = 1; in Scroll()
948 new_y = wxMin( m_yScrollLines-noPagePositions, new_y ); in Scroll()
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/src/generic/
H A Dscrlwing.cpp929 int noPagePositions = w/m_xScrollPixelsPerLine; in Scroll() local
930 if (noPagePositions < 1) noPagePositions = 1; in Scroll()
934 new_x = wxMin( m_xScrollLines-noPagePositions, new_x ); in Scroll()
943 int noPagePositions = h/m_yScrollPixelsPerLine; in Scroll() local
944 if (noPagePositions < 1) noPagePositions = 1; in Scroll()
948 new_y = wxMin( m_yScrollLines-noPagePositions, new_y ); in Scroll()
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/src/generic/
H A Dscrlwing.cpp929 int noPagePositions = w/m_xScrollPixelsPerLine; in Scroll() local
930 if (noPagePositions < 1) noPagePositions = 1; in Scroll()
934 new_x = wxMin( m_xScrollLines-noPagePositions, new_x ); in Scroll()
943 int noPagePositions = h/m_yScrollPixelsPerLine; in Scroll() local
944 if (noPagePositions < 1) noPagePositions = 1; in Scroll()
948 new_y = wxMin( m_yScrollLines-noPagePositions, new_y ); in Scroll()
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/generic/
H A Dscrlwing.cpp1465 int noPagePositions = w/m_xScrollPixelsPerLine; in DoScroll() local
1466 if (noPagePositions < 1) noPagePositions = 1; in DoScroll()
1470 new_x = wxMin( m_xScrollLines-noPagePositions, new_x ); in DoScroll()
1479 int noPagePositions = h/m_yScrollPixelsPerLine; in DoScroll() local
1480 if (noPagePositions < 1) noPagePositions = 1; in DoScroll()
1484 new_y = wxMin( m_yScrollLines-noPagePositions, new_y ); in DoScroll()
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/src/generic/
H A Dscrlwing.cpp929 int noPagePositions = w/m_xScrollPixelsPerLine; in Scroll() local
930 if (noPagePositions < 1) noPagePositions = 1; in Scroll()
934 new_x = wxMin( m_xScrollLines-noPagePositions, new_x ); in Scroll()
943 int noPagePositions = h/m_yScrollPixelsPerLine; in Scroll() local
944 if (noPagePositions < 1) noPagePositions = 1; in Scroll()
948 new_y = wxMin( m_yScrollLines-noPagePositions, new_y ); in Scroll()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/generic/
H A Dscrlwing.cpp1505 int noPagePositions = w/m_xScrollPixelsPerLine; in DoScroll() local
1506 if (noPagePositions < 1) noPagePositions = 1; in DoScroll()
1510 new_x = wxMin( m_xScrollLines-noPagePositions, new_x ); in DoScroll()
1519 int noPagePositions = h/m_yScrollPixelsPerLine; in DoScroll() local
1520 if (noPagePositions < 1) noPagePositions = 1; in DoScroll()
1524 new_y = wxMin( m_yScrollLines-noPagePositions, new_y ); in DoScroll()