TABLE OF CONTENTS


auxilvar

NAME

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

USAGE

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

DESCRIPTION

-- GUIB keyword !!!

    Keyword "auxilvar" is a dummy-variable and is provided for

auxiliary purposes. It is neither read nor saved to/from input, but is there to help managing the state of a given set of widgets. For example, lets say we can describe something by two possible ways and each way uses different input-variables (exclusively). Then by using "auxilvar" (and "tracevar"), we can enable one-possibility and disable the other.

RETURN VALUE

None.

EXAMPLE

auxilvar chooseVar1 {

           -label    "How would you like to pay:"
           -value    {"by cash" "by credit-card"}
           -widget   radiobox

}