[Tkinter-discuss] Transparent backgrounds in widgets?

2010-12-21 Thread Wayne Werner
Hi, Is it possible to create say, a checkbutton widget with a transparent background? I'm trying to take an image and put some checkbuttons on it so I can mark certain locations (like on a map). I'll be using the canvas widget and placing the checkbuttons on the canvas, but when I do they have the

[Tkinter-discuss] Binding all children

2010-12-21 Thread Vasilis Vlachoudis
Hi all, Based on the previous threads I added the nice scrolled.py implementation of a ScrollFrame in my application and now I wanted to bind the Button-4&5 and MouseWheel events to the scrolled frame. My frames are a bit crowded therefore the real area that belongs to the client-scrolledframe