TOC PREV NEXT INDEX

 


Extensions Incorporated in TclPro


TclPro incorporates several widely-used Tcl extensions with its distribution. Beyond simply providing source code for the extensions, TclPro integrates the extensions in several ways to make it easier for you to use the extensions in your applications:

The following sections describe each of the extensions bundled with TclPro.


Note: Each extension traditionally provided its own custom interpreter with built-in support for that extension's commands and control structures (for example, itclsh or expect). With TclPro, support for these extensions is provided by the protclsh83 and prowish83 interpreters. To use the features of a particular extension, you must execute an appropriate package require command before using any of the commands or control structures of that extension. Table 6 lists the necessary package require command for each supported extension.

Table 6 Required Commands for Loading Supported TclPro Extensions
Extension
Required Initialization Command
Expect
package require Expect
[incr Tcl]
package require Itcl
[incr Tk]
package require Itk
[incr Widgets]
package require Iwidgets
TclX
package require Tclx
TkX
package require Tkx




http://www.ajubasolutions.com
Voice: (650) 210-0100
Fax: (650) 210-0101
support@ajubasolutions.com
TOC PREV NEXT INDEX