[Tkinter-discuss] Labels with no background

Bradley Hintze bradley.h at aggiemail.usu.edu
Mon Jun 14 21:01:41 CEST 2010


create_text() moves with the 'scroll' of the canvas where as label
does not which is a functionality that I need.

Bradley

On Wed, Jun 9, 2010 at 10:58 AM, Dan Halbert <halbert at halwitz.org> wrote:
> On Wednesday, June 9, 2010 10:36am, "Bradley Hintze" <bradley.h at aggiemail.usu.edu> said:
>> Hi, I'm trying to get a label in a canvas without a background. is
>> this possible. Currently it defaults to white.
>
> Do you really need a label, or could you just use a Canvas text object (create_text())? Those do not have a background. My impression is that widgets with transparent backgrounds is a hard problem, and are not generally available in Tk.
>
> Dan
>
>
> _______________________________________________
> Tkinter-discuss mailing list
> Tkinter-discuss at python.org
> http://mail.python.org/mailman/listinfo/tkinter-discuss
>



-- 
Bradley J. Hintze
Graduate Student
Duke University
School of Medicine
801-712-8799


More information about the Tkinter-discuss mailing list