Lines Matching defs:grid
39 elif manager == 'grid':
96 def grid(self):
97 """Layout the widget, always using grid layout."""
102 self.grid()
314 def grid(self):
315 self.sidebar_text.grid(row=1, column=0, sticky=tk.NSEW)
430 self.grid()
456 def grid(self):
457 self.canvas.grid(row=1, column=0, sticky=tk.NSEW, padx=2, pady=0)
528 text.grid(row=1, column=1, sticky=tk.NSEW)