stevescripts
May 6th, 2008, 07:16 PM
A little update on the beautification (de-uglification? ;) ) of Tkinter.
The gsoc is sponsoring Guilherme Polo to work on bringing the new tkwidgets (Tile) into Python. http://gpolo.ath.cx:81/projects/ttk_to_tkinter/
I have this running on my Gutsy box at home with no problems, however (for me ...) it required building tcl/tk 8.5, and Python 2.5.2 from source. (Not much trouble for me, save the Python source d/load, as I build/test tcl/tk frequently already...)
There is still much work to be done, I thought some of you might enjoy taking a look at what is going on. Still, (unfortunately), the Tile Widgets (ttk) are much better looking on windows XP/Vista, than on Linux by default.
There is a lot that can be done to make both Tk and Tkinter better-looking than using their defaults. As time allows I will put together some information regarding how to do this.
I have chatted with the programmer, and he is quite knowledgeable and doing some nice work.
Hope someone finds this informative and useful.
duh... I forgot to mention what the widgets are -
"Button", "Checkbutton", "Combobox", "Entry", "Frame",
"Label", "Labelframe", "LabelFrame", "Menubutton", "Notebook",
"Panedwindow", "PanedWindow", "Progressbar", "Radiobutton",
"Scrollbar", "Separator", "Sizegrip", "Style", "Treeview"
while some of these duplicate existing Tk widgets, their appearance is
updated ...
Steve
The gsoc is sponsoring Guilherme Polo to work on bringing the new tkwidgets (Tile) into Python. http://gpolo.ath.cx:81/projects/ttk_to_tkinter/
I have this running on my Gutsy box at home with no problems, however (for me ...) it required building tcl/tk 8.5, and Python 2.5.2 from source. (Not much trouble for me, save the Python source d/load, as I build/test tcl/tk frequently already...)
There is still much work to be done, I thought some of you might enjoy taking a look at what is going on. Still, (unfortunately), the Tile Widgets (ttk) are much better looking on windows XP/Vista, than on Linux by default.
There is a lot that can be done to make both Tk and Tkinter better-looking than using their defaults. As time allows I will put together some information regarding how to do this.
I have chatted with the programmer, and he is quite knowledgeable and doing some nice work.
Hope someone finds this informative and useful.
duh... I forgot to mention what the widgets are -
"Button", "Checkbutton", "Combobox", "Entry", "Frame",
"Label", "Labelframe", "LabelFrame", "Menubutton", "Notebook",
"Panedwindow", "PanedWindow", "Progressbar", "Radiobutton",
"Scrollbar", "Separator", "Sizegrip", "Style", "Treeview"
while some of these duplicate existing Tk widgets, their appearance is
updated ...
Steve