Re: Tkinter equiv for setPalette

2008-02-11 Thread Russell E. Owen
In article <[EMAIL PROTECTED]>, Helmut Jarausch <[EMAIL PROTECTED]> wrote: > Hi, > > I am to convert an old Perl-Tk script to Python. > It starts by > my $MW= new MainWindow; > $MW->setPalette(background => 'AntiqueWhite1', foreground => 'blue'); > > Is there an equivalent for Tkinter? How can

Re: Tkinter equiv for setPalette

2008-02-10 Thread MASI
Il Sun, 10 Feb 2008 12:03:59 +0100, Helmut Jarausch ha scritto: > Hi, > > I am to convert an old Perl-Tk script to Python. > It starts by > my $MW= new MainWindow; > $MW->setPalette(background => 'AntiqueWhite1', foreground => 'blue'); > > Is there an equivalent for Tkinter? How can I set defaul

Tkinter equiv for setPalette

2008-02-10 Thread Helmut Jarausch
Hi, I am to convert an old Perl-Tk script to Python. It starts by my $MW= new MainWindow; $MW->setPalette(background => 'AntiqueWhite1', foreground => 'blue'); Is there an equivalent for Tkinter? How can I set default colors for background and foreground for the whole application (root window and