Tornado API Reference : GUI Tcl Library (UNIX)

launchTclApi

NAME

launchTclApi - Tcl exposures for Launch application

TCL PROCEDURES

objectCreate - create a new object in the application well

DESCRIPTION

This library contains all the Launcher GUI specific Tcl routines.

SEE ALSO

launchTclApi


GUI Tcl Library (UNIX) : Tcl Procedures

objectCreate

NAME

objectCreate - create a new object in the application well

LOCALE

Launch

SYNOPSIS

objectCreate type name label binding [dragBinding]

DESCRIPTION

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.

SEE ALSO

launchTclApi