TABLE OF CONTENTS


text

NAME

::guib::keywidgets::text -- the "text" keywidget

USAGE

text pathName ?-option value? ?-option value? ?...?

RETURN VALUE

The pathName of the text widget.

SOURCE

proc ::guib::keywidgets::text {pathName moduleObj args} {
    uplevel ::guib::keywidgets::Text $pathName $moduleObj $args
}