TABLE OF CONTENTS
getKey
NAME
::guib::keywordObj::getKey -- returns the name of the ID-th keyword (item)
USAGE
getKey id
RETURN VALUE
The name of the ID-th keyword.
EXAMPLE
set key [$obj getKey $id]
SOURCE
body ::guib::keywordObj::getKey {id} { return [lindex [array get cmd $id,key] 1] }