TABLE OF CONTENTS
simpleTplwGUI
NAME
::guib::simpleTplwGUI -- loads a module-definition file and constructs simple stand-alone GUI
USAGE
simpleTplwGUI moduleFile
DESCRIPTION
Makes a complete stand-alone Simple-GUI in its own toplevel-window with a menubar. It works as follows:
1. loads a module-definition file (a moduleObj is created) 2. create a simple toplevel- GUI by calling the moduleObj's makeSimpleTplwGUI method
RETURN VALUE
Returns the name of moduleObj object.
EXAMPLE
simpleTplwGUI examples/my_gui.tcl