Root.option_add ("*Menu.Font ", "Veranda 9")
as an example, works fine in my program.
Root.option_add ("*Radiobutton* selectColor", "black")
also works fine for regular radiobuttons. What I can't
do is get the selectColor of the radiobutton's in the
menu to be black...the x.add_radiobutt on() ones.
Root.option_add ("*Menu.Radiobu tton*selectColo r", "black")... nope
Root.option_add ("*Menu*selectC olor", "black")... no change
Others...no luck yet.
What would the correct command be? I can do a selectcolor = "black"
in the declaration of each button, but...
Thanks!
Bob
as an example, works fine in my program.
Root.option_add ("*Radiobutton* selectColor", "black")
also works fine for regular radiobuttons. What I can't
do is get the selectColor of the radiobutton's in the
menu to be black...the x.add_radiobutt on() ones.
Root.option_add ("*Menu.Radiobu tton*selectColo r", "black")... nope
Root.option_add ("*Menu*selectC olor", "black")... no change
Others...no luck yet.
What would the correct command be? I can do a selectcolor = "black"
in the declaration of each button, but...
Thanks!
Bob
Comment