Tornado API Reference : GUI Tcl Library (UNIX)
launchTclApi - Tcl exposures for Launch application
objectCreate - create a new object in the application well
This library contains all the Launcher GUI specific Tcl routines.
objectCreate - create a new object in the application well
Launch
objectCreate type name label binding [dragBinding]
This command creates a new object in the application well of the Launcher. The only type parameter currently supported is app, for application. Name is the internal name of the application, and is used to find the application's icon (if one is provided) in the resource tree. Label is the text that will appear below the application icon, and binding is a Tcl expression that will be evaluated when the application icon is clicked. DragBinding is a Tcl procedure that will compute the text returned if the application icon is dropped on a valid Motif drop site.