[Image of Linux]
The Personal Web Pages of Chris X. Edwards

A Simplified Tk Reference

--------------------------
Keyword:

text

Description: A text editor widget for multiline text entries of arbitrary length (e.g. email, etc).
Example:

text .story -bg pink -height 3 -width 20 -wrap word
pack .story
#To retrieve data, use something like this:
.story get 0.0 end

  
Official
Syntax:
http://www.scriptics.com/man/tcl8.4/TkCmd/text.htm

--------------------------
Previous Home Next
This page was created with only free, open-source, publicly licensed software.
This page was designed to be viewed with any browser on any system.
Chris X. Edwards ~ January 2004