[python] font v TK menu
Petr Mach
gsl na seznam.cz
Úterý Červen 6 11:27:12 CEST 2006
Jiri Vit wrote:
> Zkusil bych nastavit option databazi:
>
> root = Tk()
> root.option_add('*Menu*Font', 'Arial 12')
> root.option_add('*Menubutton*Font', 'Arial 12')
Výborně, funguje to, děkuji. Kdyby to někoho zajímalo.
Nastavení fontů GUI editoru LEO pro linux:
V souboru leoTkinterGui.py nalézt řádek:
root.title("Leo Main Window")
A dopsat pod něj:
root.option_add('*Menu*Font', 'Helvetica 8')
root.option_add('*Menubutton*Font', 'Helvetica 8')
root.option_add('*Button*Font', 'Helvetica 8')
root.option_add('*Label*Font', 'Helvetica 8')
Další informace o konferenci Python