'''Ttk''' is the [Tile] extension integrated into [Tk] as approved in [TIP] #248 [http://tip.tcl.tk/248]. This page details the transition from the existing [Tile] extension to '''Ttk''' package inside the [Tk] source base. The '''Ttk''' package will be a static package inside Tk. It will not be made a separate binary library. It will use the '''ttk::''' namespace for the most part, sharing the '''tk::'' namespace where appropriate. The classic [Tk] widgets will all be referenceable from the '''tk::''' namespace, in addition to remaining as toplevel commands (''for 8.x at least''). Current tile source base tile: aclocal.m4 ChangeLog configure* configure.in demos/ doc/ generic/ library/ license.terms macosx/ Makefile.in README.txt tclconfig/ tests/ tools/ win/ tile/demos: autocomplete.tcl demo.tcl dirbrowser.tcl dlgtest.tcl iconlib.tcl repeater.tcl themes/ toolbutton.tcl tile/demos/themes: blue/ blue.tcl pkgIndex.tcl tile/demos/themes/blue: (image based theme files) tile/doc: button.n checkbutton.n combobox.n converting.txt dialog.n entry.n frame.n Geometry.3 image.n labelframe.n label.n Makefile man.macros menubutton.n notebook.n paned.n progressbar.n radiobutton.n scrollbar.n separator.n style.n Theme.3 tile-intro.n TILE.XML tmml.options treeview.n widget.n tile/generic: altTheme.c blink.c button.c cache.c clamTheme.c classicTheme.c compat.h configure* configure.in entry.c frame.c gunk.h image.c label.c layout.c Makefile.in manager.c manager.h notebook.c paned.c pkgIndex.tcl.in progress.c scale.c scrollbar.c scroll.c separator.c square.c stepTheme.c tile.c tkElements.c tkstate.c tkTheme.c tkTheme.h tkThemeInt.h TODO trace.c track.c treeview.c ttk.decls ttkDecls.h ttkStubInit.c ttkStubLib.c widget.c widget.h tile/library: altTheme.tcl aquaTheme.tcl button.tcl clamTheme.tcl classicTheme.tcl combobox.tcl cursors.tcl defaults.tcl dialog.tcl entry.tcl fonts.tcl icons.tcl keynav.tcl menubutton.tcl notebook.tcl paned.tcl progress.tcl scale.tcl scrollbar.tcl stepTheme.tcl tile.tcl treeview.tcl winTheme.tcl xpTheme.tcl* tile/macosx: aquaTheme.c tile/tclconfig: install-sh* kde-qt.m4 tcl.m4 teax.m4 tile/tests: all.tcl bwidget.test cbtest.tcl compound.tcl entry.test entrytest.tcl image.test labelframe.tcl labelframe.test layout.test mbtest.tcl notebook.test paned.test progress.test sbtest.tcl scrollbar.test testutils.tcl tile.test treeview.test tvtest.tcl validate.test tile/tools: genStubs.tcl optiondiff.tcl tile/win: makefile.vc monitor.c nmakehlp.c rules.vc Tile.dsp winTheme.c xpTheme.c