TABLE OF CONTENTS


varnameToVarident

NAME

::guib::moduleObj::varnameToVarident -- tries to return a GUIB-variable's identifier on the basis of "varName"

USAGE

varnameToVarident obj varName ?nocase?

ARGUMENTS

obj -- keywordObj object pointer varName -- the name of the variable (i.e. value of -variable option of a given obj's keyword) nocase -- compare the varName-ident case sensitively/insensitively (must be 0|1)

RETURN VALUE

The identifier of a GUIB's variable

EXAMPLE

set ident [$moduleObj varnameToVarident $obj $varName 1]