Lines Matching refs:hscroll
368 self.hscroll = TK.Scrollbar(master, command=self._canvas.xview,
371 self._canvas.configure(xscrollcommand=self.hscroll.set,
379 self.hscroll.grid(padx=1, in_ = self, pady=1, row=1,
410 hscroll.grid(padx=1, in_ = self, pady=1, row=1,
415 self.hscroll.grid_forget()