TABLE OF CONTENTS


keyword

NAME

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

USAGE

keyword ident KEYWORD

DESCRIPTION

-- GUIB keyword !!!

    Keyword "keyword" is meant for specifying the input keywords.

RETURN VALUE

None.

EXAMPLE

Let us suppose the following input:

ALPHA nalpha TEXT textvar

Then this can be specified as:

line alphaLine {

       keyword alpha ALPHA
       var nalpha -label "Specify a number (nalpha):"

} line text {

       keyword text TEXT\n
       var textvar -label "Specify some text (textvar):"

}