Lines Matching +full:fill +full:- +full:range
14 text="Enter a Perl-style regular expression:")
15 self.promptdisplay.pack(side=TOP, fill=X)
18 self.regexdisplay.pack(fill=X)
24 self.statusdisplay.pack(side=TOP, fill=X)
28 self.labeldisplay.pack(fill=X)
29 self.labeldisplay.pack(fill=X)
32 self.showframe.pack(fill=X, anchor=W)
52 self.stringdisplay.pack(fill=BOTH, expand=1)
56 self.grouplabel.pack(fill=X)
59 self.grouplist.pack(expand=1, fill=BOTH)
83 frame.pack(fill=X)
148 for i in range(len(groups)):
162 # Main function, run when invoked as a stand-alone Python program.