Pack control to the top : Pack : Tkinker PYTHON TUTORIALS


PYTHON TUTORIALS » Tkinker » Pack »

 

Pack control to the top


Pack control to the top
from Tkinter import *
root = Tk() 
Label(root, text='Hello GUI world!').pack(side=TOP
root.mainloop()



Leave a Comment / Note


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


PYTHON TUTORIALS

 Navioo Tkinker
» Pack