Lines Matching refs:anchor
296 statusFrame.pack(anchor=tk.SW, fill=tk.X, side=tk.BOTTOM)
301 leftFrame.pack(fill=tk.BOTH, side=tk.LEFT, anchor=tk.NW, expand=1)
307 progressFrame.pack(fill=tk.X, expand=0, anchor=tk.NW)
308 tk.Label(progressFrame, text="Progress:").pack(anchor=tk.W)
316 buttonFrame.pack(side=tk.LEFT, anchor=tk.NW, fill=tk.Y)
342 expand=1, anchor=tk.W)
345 tk.Label(leftFrame, text="Failures and errors:").pack(anchor=tk.W)
347 listFrame.pack(fill=tk.BOTH, anchor=tk.NW, expand=1)
352 anchor=tk.NW)
354 listScroll.pack(side=tk.LEFT, fill=tk.Y, anchor=tk.N)
422 foreground="red", justify=tk.LEFT).pack(anchor=tk.W)
462 anchor=tk.CENTER,