[Tkinter-discuss] Buttons on a mac over-riding the Frame background
Kevin Walzer
kw at codebykevin.com
Sat Jul 19 15:24:43 CEST 2008
Alexnb wrote:
> Okay, so if my title didn't make that much sense, what I mean is this. Say I
> have a frame called
> "buttonsFrame"
> and I have two buttons in it. If the Frame's background is red, there is a
> little white square around the buttons. how can I get rid of that? Is there
> a way to change the default root background?
Set the highlightbackground of the button to the same color as the frame.
--
Kevin Walzer
Code by Kevin
http://www.codebykevin.com
More information about the Tkinter-discuss
mailing list