[Tkinter-discuss] [Fwd: Change ttk.Notebook tab's font or font height?]

craf prog at vtr.net
Wed Dec 15 14:49:18 CET 2010


--------- Mensaje reenviado --------
> De: python at bdurham.com
> Para: Python-Tkinter <tkinter-discuss at python.org>
> Asunto: [Tkinter-discuss] Change ttk.Notebook tab's font or font
> height?
> Fecha: Wed, 15 Dec 2010 00:54:37 -0500
> 
> Is there a way to change the ttk.Notebook tab's font or font height?
>  
> Use case: I would like to use a named font object for my tab captions
> so a user can change the height of the named font and have the font
> sizes of all the widgets on a page increase in size (including the
> ttk.Notebook tab captions). The user in question has vision problems.
>  
> Thank you,
> Malcolm
> _______________________________________________
> Tkinter-discuss mailing list
> Tkinter-discuss at python.org
> http://mail.python.org/mailman/listinfo/tkinter-discuss

Hi Malcom

Here: http://code.activestate.com/recipes/541092-tknotebook/

here's how to create a class to create notebook.
With a little patience can be converted for use with 8.5 tkinter.ttk and
Python 3.1

Regards.

Cristian



More information about the Tkinter-discuss mailing list