Home | History | Annotate | Download | only in idlelib

Lines Matching refs:newtop

956         newtop = max(1, lineno - height//2)
957 text.yview(float(newtop))