TABLE OF CONTENTS
embedGUI
NAME
::guib::embedGUI -- makes a GUI into the $containerWidget
USAGE
embedGUI moduleFile containerWidget
DESCRIPTION
Makes a non stand-alone GUI in $containerWidget It works as follows:
1. reads a module-definition file (a moduleObj is created) 2. create an embedded GUI by calling the moduleObj's makeEmbedGUI method
RETURN VALUE
Returns the name of moduleObj object.
EXAMPLE
embedGUI examples/my_gui.tcl $containerWidget