Home | History | Annotate | Download | only in lib-tk

Lines Matching refs:scrollregion

393                         scrollregion=(-self.canvwidth//2, -self.canvheight//2,
513 self.cv.config(scrollregion = (-w//2, -h//2, w//2, h//2 ))
765 self.cv.config(scrollregion=(srx1, sry1, srx2, sry2))