TOC PREV NEXT INDEX

 


[incr Tcl]


[incr Tcl] adds object-oriented programming support to Tcl. [incr Tcl] allows you to create objects in Tcl scripts, which act as building blocks for an application. Each object can contain its own data and procedures for manipulating the object. Objects are organized into classes with identical characteristics, and classes can inherit functionality from one another.

[incr Tcl] includes the [incr Widgets] library of more than 50 "mega-widgets," including a combo-box, a tabbed notebook, a calendar, and an HTML viewer. These widgets work just like the usual Tk widgets, so you can use them even if you don't know anything about object-oriented programming. [incr Tcl] also comes with the [incr Tk] framework for creating your own mega-widget classes.

For more information about [incr Tcl], visit the web site http://www.tcltk.com/itcl. You can also refer to the book [incr Tkl/Tk] from the Ground Up, by Chad Smith, published by Osborne/McGraw-Hill, 2000.




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