Re: [TKinter]How to set LabelFrames font and color from option file

2017-12-14 Thread Beppe
Il giorno giovedì 14 dicembre 2017 19:28:53 UTC+1, Gene Heskett ha scritto: > On Thursday 14 December 2017 10:00:07 Beppe wrote: > > > Il giorno giovedì 14 dicembre 2017 15:18:31 UTC+1, Peter Otten ha > scritto: > > > Beppe wrote: > > > > I don't succeed in planning the value of the font and colo

Re: [TKinter]How to set LabelFrames font and color from option file

2017-12-14 Thread Gene Heskett
On Thursday 14 December 2017 11:29:03 Beppe wrote: > Il giorno giovedì 14 dicembre 2017 16:36:24 UTC+1, Peter Otten ha scritto: > > Beppe wrote: > > > Il giorno giovedì 14 dicembre 2017 15:18:31 UTC+1, Peter Otten ha scritto: > > >> Beppe wrote: > > >> > I don't succeed in planning the value of

Re: [TKinter]How to set LabelFrames font and color from option file

2017-12-14 Thread Gene Heskett
On Thursday 14 December 2017 10:00:07 Beppe wrote: > Il giorno giovedì 14 dicembre 2017 15:18:31 UTC+1, Peter Otten ha scritto: > > Beppe wrote: > > > I don't succeed in planning the value of the font and color in the > > > LabelFrames using the option_db file, such as > > > > > > *LabelFrame*fon

Re: [TKinter]How to set LabelFrames font and color from option file

2017-12-14 Thread Beppe
Il giorno giovedì 14 dicembre 2017 17:29:36 UTC+1, Beppe ha scritto: > Il giorno giovedì 14 dicembre 2017 16:36:24 UTC+1, Peter Otten ha scritto: > > Beppe wrote: > > > > > Il giorno giovedì 14 dicembre 2017 15:18:31 UTC+1, Peter Otten ha scritto: > > >> Beppe wrote: > > >> > > >> > I don't succe

Re: [TKinter]How to set LabelFrames font and color from option file

2017-12-14 Thread Beppe
Il giorno giovedì 14 dicembre 2017 16:36:24 UTC+1, Peter Otten ha scritto: > Beppe wrote: > > > Il giorno giovedì 14 dicembre 2017 15:18:31 UTC+1, Peter Otten ha scritto: > >> Beppe wrote: > >> > >> > I don't succeed in planning the value of the font and color in the > >> > LabelFrames using the

Re: [TKinter]How to set LabelFrames font and color from option file

2017-12-14 Thread Peter Otten
Beppe wrote: > Il giorno giovedì 14 dicembre 2017 15:18:31 UTC+1, Peter Otten ha scritto: >> Beppe wrote: >> >> > I don't succeed in planning the value of the font and color in the >> > LabelFrames using the option_db file, such as >> > >> > *LabelFrame*font: Helvetica 14 >> > *LabelFrame*foregr

Re: [TKinter]How to set LabelFrames font and color from option file

2017-12-14 Thread Beppe
Il giorno giovedì 14 dicembre 2017 15:18:31 UTC+1, Peter Otten ha scritto: > Beppe wrote: > > > I don't succeed in planning the value of the font and color in the > > LabelFrames using the option_db file, such as > > > > *LabelFrame*font: Helvetica 14 > > *LabelFrame*foreground: red > > > > exis

Re: [TKinter]How to set LabelFrames font and color from option file

2017-12-14 Thread Peter Otten
Beppe wrote: > I don't succeed in planning the value of the font and color in the > LabelFrames using the option_db file, such as > > *LabelFrame*font: Helvetica 14 > *LabelFrame*foreground: red > > exist a list of the keywordses to use? >>> import tkinter as tk >>> root = tk.Tk() >>> lf = tk.L

Re: [TKinter]How to set LabelFrames font and color from option file

2017-12-14 Thread Gene Heskett
On Thursday 14 December 2017 04:35:02 Beppe wrote: > Hi to everybody, > > I don't succeed in planning the value of the font and color in the > LabelFrames using the option_db file, such as > > *LabelFrame*font: Helvetica 14 > *LabelFrame*foreground: red > > exist a list of the keywordses to use? >

[TKinter]How to set LabelFrames font and color from option file

2017-12-14 Thread Beppe
Hi to everybody, I don't succeed in planning the value of the font and color in the LabelFrames using the option_db file, such as *LabelFrame*font: Helvetica 14 *LabelFrame*foreground: red exist a list of the keywordses to use? thanks beppe -- https://mail.python.org/mailman/listinfo/pytho