Purpose: describe what a paned window is, and where to find some implementations of one. A paned window is two windows with a bar down the middle, where the bar has a handle for resizing the two windows. ---- [BWidgets] [http://tcllib.sourceforge.net/] has a PanedWindow. [ClassyTk] [http://rrna.uia.ac.be/classytcl/] has a Paned widget. [obTcl] [ftp://ftp.dynas.se/pub/tcl/obTcl.tar.gz] has a paged window widget. [Jeffrey Hobbs]' widget package [ftp://ftp.scriptics.com/pub/tcl/nightly-cvs/widget/] includes a pure-Tcl geometry-manager-like-thing that serves as a paned window. [Iwidgets] [https://sourceforge.net/projects/incrtcl/] (based on itk) includes a panedwindow. [Tix] [http://tix.sourceforge.net/] has a paned window. TIP 41 [http://purl.org/tcl/tip/41.html] proposes a built-in PanedWindow. As of early October 2001, this has found a safe home in the sources for 8.4. ---- [[Does [Perl/Tk] have a Pane widget?]] [labelframe]