Home | History | Annotate | Download | only in idlelib

Lines Matching refs:pack

95         self.bframe.pack(anchor="w")
111 b.pack(side="left")
114 self.cframe.pack(side="left")
140 self.status.pack(anchor="w")
142 self.error.pack(anchor="w", fill="x")
146 self.fstack.pack(expand=1, fill="both")
148 self.flocals.pack(expand=1, fill="both")
150 self.fglobals.pack(expand=1, fill="both")
421 self.frame.pack(expand=1, fill="both")
423 self.label.pack(fill="x")
425 vbar.pack(side="right", fill="y")
429 canvas.pack(side="left", fill="both", expand=1)
475 frame.pack(expand=1)
478 frame.pack(expand=0)