Lines Matching refs:fill
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)
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)
341 foreground="blue").pack(side=tk.LEFT, fill=tk.X,
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)
441 self.canvas.pack(fill=tk.X, expand=1)
459 fill=self.color)