"Harlin Seritt" wrote:

> Is there a way to call up the Font dialog box (at least in the
> Windows API) from Tkinter or another module?
>

i'll use the tkFont module and the same way as IDLE calls it.
looking at the source code may help you:

>>> import tkFont, idlelib.configDialog, inspect
>>> print inspect.getsource(tkFont)
>>> print
inspect.getsource(idlelib.configDialog.ConfigDialog.CreatePageFontTab)

> thanks,
>
> Harlin Seritt
>

hope this helps

--
nirinA
--



-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to