2010-11-12 01:51:28 +08:00
|
|
|
# HOW TO EDIT THIS FILE:
|
2013-11-22 15:29:22 +08:00
|
|
|
# The "handy ruler" below makes it easier to edit a package description.
|
|
|
|
# Line up the first '|' above the ':' following the base package name, and
|
|
|
|
# the '|' on the right side marks the last column you can put a character in.
|
|
|
|
# You must make exactly 11 lines for the formatting to be correct. It's also
|
|
|
|
# customary to leave one space after the ':' except on otherwise blank lines.
|
2010-11-12 01:51:28 +08:00
|
|
|
|
2012-08-16 09:27:00 +08:00
|
|
|
|-----handy-ruler------------------------------------------------------|
|
2014-06-29 10:35:35 +08:00
|
|
|
itcl: itcl (Object-oriented Programming Contructs to Tcl)
|
2010-11-12 01:51:28 +08:00
|
|
|
itcl:
|
|
|
|
itcl: [incr Tcl] provides the extra language support needed to build large
|
|
|
|
itcl: Tcl/Tk applications. It introduces the notion of objects, which act as
|
|
|
|
itcl: building blocks for an application. Each object is a bag of data with
|
|
|
|
itcl: a set of procedures or "methods" that are used to manipulate it.
|
|
|
|
itcl: Objects are organized into "classes" with identical characteristics,
|
2014-06-29 10:35:35 +08:00
|
|
|
itcl: and classes can inherit functionality from one another.
|
2016-11-14 11:18:15 +08:00
|
|
|
itcl:
|
2014-06-29 10:35:35 +08:00
|
|
|
itcl: This package contains version 3.4 of itcl which is required by some
|
|
|
|
itcl: programs.
|