An extension for [Ttk]/[Tile] that uses the [GTK] [GUI] toolkit. See: http://www.ellogon.org/petasis/index.php?option=com_content&task=view&id=29&Itemid=45 [NEM] To use this extension, download and install the package for your system from the link above. Then you simply need to require the package and instruct [ttk] to use this theme: ====== package require ttk::theme::tilegtk 0.2 ttk::style theme use tilegtk # Then code Ttk GUI as usual, and the GTK widgets will be used: pack [ttk::button .b -text "Hello!" -command exit] ====== ---- [peterc] 2009-01-28: I get this error when running the above on Windows XP SP3. (The tilegtk0.2 dir is in directory in ::auto_path.) [http://pc.autons.net/stuff/tilegtk-0.2-xp-error.png] [NEM] Looks like a missing DLL somewhere. There is a utility called "depends.exe" you can get for Windows that will show you what the missing DLL is. I guess maybe a missing GTK dll? ---- !!!!!! %| [Category Package] | [Category GUI] |% !!!!!!