Tkinter optionDB question

K

klappnase

Hello, everyone!

I want to use an optionDB file to get rid of some of the ugly Tkinter
defaults, now at the moment it looks like this:

*font : Helvetica -12
*Entry*background : white
*Text*background : white
*Listbox*background : white

This works fine, however I do not seem to be able to change other
options, like:

*Listbox*selectbackground : blue

and similar things i have tried do not have any effect.
I don't know if this is a syntax problem with the optionDB file or if
it is simply not possible to set some options there.
Does anyone know a manual where I can get a list of possible options
and the correct syntax? Any help would be very appreciated.

Thanks in advance

Michael
 
M

Martin Franklin

Hello, everyone!

I want to use an optionDB file to get rid of some of the ugly Tkinter
defaults, now at the moment it looks like this:

*font : Helvetica -12
*Entry*background : white
*Text*background : white
*Listbox*background : white

This works fine, however I do not seem to be able to change other
options, like:

*Listbox*selectbackground : blue

and similar things i have tried do not have any effect.
I don't know if this is a syntax problem with the optionDB file or if
it is simply not possible to set some options there.
Does anyone know a manual where I can get a list of possible options
and the correct syntax? Any help would be very appreciated.

Thanks in advance

Michael



http://www.tcl.tk/man/tcl8.4/TkCmd/options.htm

Example:

Command-Line Name: -activebackground
Database Name: activeBackground
Database Class: Foreground


So the Database Name is what (I think you want!)

Cheers
Martin
 

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
474,169
Messages
2,570,919
Members
47,459
Latest member
Vida00R129

Latest Threads

Top