"Asrarahmed Kadri" <[EMAIL PROTECTED]> wrote in message 
news:[EMAIL PROTECTED]
> Hello Folks,
>
> Is it possible to add a Label to tkinter canvas or i'll need to use
> create_text method ?

What exactly do you expect a label in a canvas to do?
Or to look like?

You can attach a label to a canvas externally by wrapping them
in a single Frame, does that do what you want? Othewise just
putting a bit of text onto the canvas itself seems the best bet.
What would the lavbel do for you that a bit of text wouldn't?

-- 
Alan Gauld
Author of the Learn to Program web site
http://www.freenetpages.co.uk/hp/alan.gauld 


_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to