Have couple of queries.
a. In order to set any title we use the following below command
master.title("Hello Welcome To Python World")
But then how can I change the Title Text Font Size??
b. Was able to add a logo to the title window with the below command
img_tmp="pylogo.jpg"
img=ImageTk.PhotoImage(Image.open(img_tmp))
root.call('wm','iconphoto',root,img)
But then how can I change the size of the logo image that gets loaded onto the frame ??
Kindly drop in your comments/suggestions/temporary code snipet for the same.
Thanks in Advance ! Regards, Vimo