Changing the color of default frame border

M

Mudcat

Hello,

I would like to change the color of the default border around frames or
widgets. Note: not the highlight border, but the default border. There
have been many previous requests about the highlight border, but I
couldn't find anything on changing the default border color.

I know how to change the border relief and width but have found no way
to change the color of it. Is there a way to do that?

Thanks,
Marc
 
P

Peter Hansen

Mudcat said:
I would like to change the color of the default border around frames or
widgets. Note: not the highlight border, but the default border. There
have been many previous requests about the highlight border, but I
couldn't find anything on changing the default border color.

I know how to change the border relief and width but have found no way
to change the color of it. Is there a way to do that?

What platform, what framework, possibly what versions of everything,
would be just a bit of a help to those attempting to answer...

-Peter
 
M

Mudcat

Oh yeah. I guess that would help a little. You use something all the
time and just assume everone else does also.
I'm using Tkinter on Windows 2000 with Python 2.3.

Thanks
 
E

Eric Brunel

Mudcat said:
Oh yeah. I guess that would help a little. You use something all the
time and just assume everone else does also.
I'm using Tkinter on Windows 2000 with Python 2.3.

There is no such thing as a border color for a Tkinter frame: it is just the
color of the frame. To get a specific color for the border alone, maybe you can
use two frames: the first for the border and another one inside it where you put
your widgets. But I fear there is no way to set a *default* border color for frames.

HTH
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,744
Messages
2,569,482
Members
44,900
Latest member
Nell636132

Latest Threads

Top