|
NAMETk::TraceText - Text contents defined by a traced variable.SYNOPSIS$tt = $parent->TraceText(-option => value, ... ); DESCRIPTIONCreate a new TraceText widget that is derived from the standard Text widget. Because it inherits all the base options and methods it behaves just like a Text widget. Additionally, TraceText adds a -textvariable option, which is a reference to a Perl scalar that defines the contents of the widget.Based on the Tcl/Tk TracedText "overridden widget" by Kevin Kenny.
METHODSStandard Text widget methods.ADVERTISED SUBWIDGETSNone.EXAMPLEmy $tt = $mw->TraceText( -textvariable => \$scalar ); AUTHORStephen.O.Lidie@Lehigh.EDUCopyright (C) 2003 - 2004, Steve Lidie. All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. KEYWORDStext, trace
Visit the GSP FreeBSD Man Page Interface. |