TABLE OF CONTENTS


text

NAME

::guib::moduleObj::text -- the text GUIB keyword

USAGE

text ident {option value ?...?} or text ident ?option value? ?...?

DESCRIPTION

-- GUIB keyword !!!

    Keyword "text" is meant for processing a general text. For the

description of all "text" options see in the guib-keywords-def.tcl file the definition of options(text) variable.

  

The "text" possesses a special option: "-readvar", which specifies the name of the variable, where the content of the text is stored after the input-file has been read. The assignment of the variable should be done in the "readfilter" command. Therefore this option requires the "readfilter" routine. If readfilter routine in not provided and if the -readvar's variable is not set in the "readfilter" routine, then the content of the text will be void after the input-file has been read.

   

The "text" keyword is standalone, i.e., it is allowed only outside namelist and line.

RETURN VALUE

None.

EXAMPLE

text text1 {

           -label    "Enter text1:"
           -readvar  ::myNamescape::myVar

}