There are many paned window implementations, including a core one that was released in 8.4. http://www.purl.org/tcl/home/man/tcl8.4/TkCmd/panedwindow.html See also [paned window]. ---- Here is information on Iwidgets implementation: [http://incrtcl.sourceforge.net/iwidgets/iwidgets/panedwindow.gif] Docs can be found at http://incrtcl.sourceforge.net/iwidgets/iwidgets/panedwindow.html (''the example provided may be outdated and fail to work with the latest Tcl/Tk'') and http://purl.org/tcl/home/man/iwidgets3.0/panedwindow.n.html ---- Prompted by an observation by [Bryan Oakley] that, whereas [winfo manager $w] forget $w does what one want for $w-s managed by [pack], [place], and [grid], but not for panedwindow, [Joe English] offered this "interesting solution": set scratch [winfo parent $w].__temp__ pack $w in $scratch pack forget $w destroy $scratch ---- [Category Widget] - [Category Command], a part of [Tk] and [incr Widgets]