pack(expand=YES, fill=BOTH) : Pack : Tkinker PYTHON TUTORIALS


PYTHON TUTORIALS » Tkinker » Pack »

 

pack(expand=YES, fill=BOTH)


pack(expand=YES, fill=BOTH)
from Tkinter import *
Label(text='Hello GUI world!').pack(expand=YES, fill=BOTH)
mainloop()



Leave a Comment / Note


 
Verification is used to prevent unwanted posts (spam). .


PYTHON TUTORIALS

 Navioo Tkinker
» Pack