On Wednesday, January 25, 2017 at 1:15:11 PM UTC+5:30, hmmeera...@gmail.com 
wrote:
> Hello Guys,
> Here i am creating a entry box with some text,i need to hide the text when i 
> click on it.
> Here is my code
> 
> from Tkinter import *
> obj = Tk()
> b = Entry(obj,width=100)
> b.insert(0,"Enter the value to search")
> b.pack()
> mainloop()

Thanks Peter
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to