Lines Matching refs:side
91 vbar.pack(fill=Y, side=RIGHT)
94 vbarframe.pack(fill=Y, side=RIGHT)
96 vbar.pack(in_=vbarframe, expand=1, fill=Y, side=TOP)
100 corner.pack(side=BOTTOM)
107 hbar.pack(fill=X, side=BOTTOM)
156 widget.pack(expand=expand, fill=fill, side=LEFT)
178 widget.pack(expand=expand, fill=fill, side=LEFT)
202 widget.pack(expand=expand, fill=fill, side=LEFT)
227 label.pack(side=LEFT)
233 entry.pack(side=LEFT, fill=X, expand=1)
261 label.pack(side=LEFT)
268 entry.pack(side=RIGHT, expand=1, fill=X)
290 bottom.pack(fill=X, padx='1m', pady='1m', side=BOTTOM)
300 side=None, expand=None, font=None): argument
311 outer.pack(expand=expand, fill=fill, side=side)