TABLE OF CONTENTS


module

NAME

::guib::module -- creates a new GUI module

USAGE

module nameName -title title -script script

DESCRIPTION

-- GUIB keyword !!!

    It is used for creating a GUIs module.

ARGUMENTS

moduleName - identifier of a module (technically is an object name) args - the args comprises the "-title title -script script"

                 where the title is a human-readable module title and the 
                 script is the module definition script.

RETURN VALUE

None.

EXAMPLE

module myModule -title {This is a Test Module} -script { ...Tcl/GUIB code...}