Home
last modified time | relevance | path

Searched defs:scrollregion (Results 1 – 5 of 5) sorted by relevance

/dports/german/BBBike/BBBike-3.18/Geography/
H A DBase.pm27 sub scrollregion { () } subroutine
/dports/german/BBBike/BBBike-3.18/
H A DKarte.pm96 sub scrollregion { @{shift->{Scrollregion}} } subroutine
/dports/misc/ipbt/ipbt-r8765/
H A Dterminal.h24 struct scrollregion { struct
25 struct scrollregion *next; argument
26 int topline; /* Top line of scroll region. */
27 int botline; /* Bottom line of scroll region. */
28 int lines; /* Number of lines to scroll by - +ve is forwards. */
/dports/games/pysolfc/PySolFC-2.14.1/pysollib/ui/tktile/
H A Dtkcanvas.py235 def setInitialSize(self, width, height, margins=True, scrollregion=True): argument
/dports/textproc/py-nltk/nltk-3.4.1/nltk/draw/
H A Dutil.py1874 def scrollregion(self): member in CanvasFrame