''[MGS]'' [[2003/04/11]] - The '''text::sync''' package provides routines for synchronizing two or more Tk text widgets. Synchronization between text widgets can be useful in many situations. For instance, a text editor can have a split view of two different parts of the same document - changes to one text widget are automatically applied to the other text widget. Alternatively, two side-by-side text widgets can be made to scroll together vertically. In essence, any of the text subcommands that affect the content or visual representation of the text widget can be synchronized with other text widgets. Identifier: text::sync Version: 0.0.1 Title: A package that enables synchronization between two or more text widgets. Creator: Mark G. Saye Description: Provides routines for synchronizing subcommands between two or more text widgets. Rights: BSD URL: http://www.binarism.com/tk/ Available: 2003-04-11 Architecture: tcl Type: Software Subject: text synchronization Language: en ---- ''[MGS]'' [[2003/04/15]] - I have put some screenshots of the 3 examples included in the package up at [http://www.speakeasy.org/~msaye/tk/text/sync/screenshots/]. ---- See also: * [eWidgets Toolkit] ---- [Category Package] | [Category GUI]