Lines Matching refs:side
296 statusFrame.pack(anchor=tk.SW, fill=tk.X, side=tk.BOTTOM)
297 tk.Label(statusFrame, width=1, textvariable=self.statusVar).pack(side=tk.TOP, fill=tk.X)
301 leftFrame.pack(fill=tk.BOTH, side=tk.LEFT, anchor=tk.NW, expand=1)
316 buttonFrame.pack(side=tk.LEFT, anchor=tk.NW, fill=tk.Y)
327 command=self.top.quit).pack(side=tk.BOTTOM, fill=tk.X)
329 command=self.settingsClicked).pack(side=tk.BOTTOM, fill=tk.X)
339 tk.Label(progressFrame, text=label).pack(side=tk.LEFT)
341 foreground="blue").pack(side=tk.LEFT, fill=tk.X,
351 self.errorListbox.pack(side=tk.LEFT, fill=tk.BOTH, expand=1,
354 listScroll.pack(side=tk.LEFT, fill=tk.Y, anchor=tk.N)
427 command=window.quit).pack(side=tk.BOTTOM)