--------- Mensaje reenviado --------
> De: pyt...@bdurham.com
> Para: Python-Tkinter <tkinter-discuss@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@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

_______________________________________________
Tkinter-discuss mailing list
Tkinter-discuss@python.org
http://mail.python.org/mailman/listinfo/tkinter-discuss

Reply via email to