TABLE OF CONTENTS


var

NAME

::guib::moduleObj::var -- the var GUIB keyword

USAGE

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

DESCRIPTION

-- GUIB keyword !!!

    Keyword "var" is meant for processing a variable. For the

description of all var options see in the guib-keywords-def.tcl file the definition of options(var) variable. The "var" keyword is not standalone, and should appear inside namelist or line.

RETURN VALUE

None.

EXAMPLE

var var1 {

           -variable varName1 
           -text     "The varName1 variable stands for ..."
           -label    "Enter varName1:"
           -widget   spinint

}