TABLE OF CONTENTS


this

NAME

::guib::moduleObj::this -- returns the name of the moduleObj object

USAGE

this script

DESCRIPTION

-- GUIB keyword !!!

    Keyword "this" returns the name of the moduleObj object. Namely,

under some circumstance, the name of the moduleObj object is required in the GUIB module-definition files.

RETURN VALUE

Returns the name of the moduleObj object, i.e., returns the value of $this).

SOURCE

body ::guib::moduleObj::this        {}       { return $this }