TABLE OF CONTENTS


getChild

NAME

::guib::keywordObj::getChild -- returns the child keywordObj object name of the ID-th keyword

USAGE

getChild id

RETURN VALUE

The name of the child object.

EXAMPLE

set childObj [$obj getChild $id]

SOURCE

body ::guib::keywordObj::getChild {id} { return [lindex [array get child $id] 1] }