Searched refs:scrollY (Results 1 – 2 of 2) sorted by relevance
29 self.draw.scrollY = Scrollbar(self, orient=VERTICAL)33 self.draw['yscrollcommand'] = self.draw.scrollY.set35 self.draw.scrollY['command'] = self.draw.yview44 self.draw.scrollY.pack(side=RIGHT, fill=Y)
425 protected void setScrollY(int scrollY) { in setScrollY() argument426 scrollTo(scrollToCoordinates.x, scrollY); in setScrollY()