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

A Simplified Tk Reference

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

message

Description: Simple inert text that can have multiple lines, and formatting such as justification and word breaks. The message can be linked to a variable with textvariable.
Example:

message .mess -text "Description:
Simple inert text that can have multiple lines, and formatting such as justification and word breaks.
The message can be linked to a variable with -textvariable.
www.xed.ch" -width 200 -background red; pack .mess

  
Official
Syntax:
http://www.scriptics.com/man/tcl8.4/TkCmd/message.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