|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
AT&T devCentral & BlackBerry(r) Webcast Series: BlackBerry and GPS -Build Location Awareness into your BlackBerry Applications, July 10th-1:00PM EST. Register Today!
|
|
#1
|
||||
|
||||
|
Tkinter Fonts Question
Hi, Im making a text editor and I would like to know how can I change the font size of text in my form and the font type?, Also how can I change the font size of my showinfo form?
Thanks |
|
#2
|
||||
|
||||
|
I dont know Tkinter very well.. So if you have a tutorial that i can read i would be very greatfull if you post it anyways.. try something like
Code:
entry = Tkinter.Entry(frame,foreground="#0000cc", background="#ffffff", borderwidth=1 ) the forground changes the color of your text.. if you are on linux then just type in pydoc Tkinter and you will figure it out good luck...
__________________
IE QUOTE | PHP Manual | Google | C/C++ Compiler | Linux Tutorials | General Stuff Game Dev |
|
#3
|
||||
|
||||
|
Thanks for your reply, about the tutorial you can try with this link:
http://www.pythonware.com/library/t...-to-tkinter.pdf |
![]() |
| Viewing: Dev Shed Forums > Programming Languages > Python Programming > Tkinter Fonts Question |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|