Lines Matching refs:pack
265 self.top.pack(fill=tk.BOTH, expand=1)
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)
303 suiteNameFrame.pack(fill=tk.X)
307 progressFrame.pack(fill=tk.X, expand=0, anchor=tk.NW)
308 tk.Label(progressFrame, text="Progress:").pack(anchor=tk.W)
311 self.progressBar.pack(fill=tk.X, expand=1)
316 buttonFrame.pack(side=tk.LEFT, anchor=tk.NW, fill=tk.Y)
319 command=self.discoverClicked).pack(fill=tk.X)
324 self.stopGoButton.pack(fill=tk.X)
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,
345 tk.Label(leftFrame, text="Failures and errors:").pack(anchor=tk.W)
347 listFrame.pack(fill=tk.BOTH, anchor=tk.NW, expand=1)
351 self.errorListbox.pack(side=tk.LEFT, fill=tk.BOTH, expand=1,
354 listScroll.pack(side=tk.LEFT, fill=tk.Y, anchor=tk.N)
422 foreground="red", justify=tk.LEFT).pack(anchor=tk.W)
425 tk.Label(window, text=tracebackText, justify=tk.LEFT).pack()
427 command=window.quit).pack(side=tk.BOTTOM)
441 self.canvas.pack(fill=tk.X, expand=1)