Home | History | Annotate | Download | only in guido

Lines Matching refs:Pack

21     top.pack(side=TOP, fill=BOTH)
23 bot.pack(side=BOTTOM, fill=BOTH)
29 msg.pack(side=RIGHT, expand=1, fill=BOTH, padx='3m', pady='3m')
32 bm.pack(side=LEFT, padx='3m', pady='3m')
44 bd.pack(side=LEFT, expand=1, padx='3m', pady='2m')
46 b.pack (in_=bd, side=LEFT,
49 b.pack (side=LEFT, expand=1,
101 Pack.config(mainWidget)
103 start.pack()
105 endit.pack(fill=BOTH)