Re: Tkinter option_add for menu radiobutton

2005-02-14 Thread Bob Greschke
"Eric Brunel" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > On Sun, 13 Feb 2005 15:31:18 -0700, Bob Greschke <[EMAIL PROTECTED]> > wrote: > [snip] >> Root.option_add("*Radiobutton*selectColor", "black") >> >> also works fine for regular radiobuttons. What I can't >> do is get the

Re: Tkinter option_add for menu radiobutton

2005-02-14 Thread Eric Brunel
On Sun, 13 Feb 2005 15:31:18 -0700, Bob Greschke <[EMAIL PROTECTED]> wrote: [snip] 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_radiobutton() ones. Root

Tkinter option_add for menu radiobutton

2005-02-13 Thread Bob Greschke
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_radiobutton() ones.