openbsd-ports/devel/snit/pkg/DESCR
naddy 424499b558 Import snit 0.6; submitted by Jose Nazario <jose@crimelabs.net>.
Snit is a pure-Tcl object and megawidget framework written entirely
in Tcl.
2002-10-17 00:26:52 +00:00

9 lines
408 B
Plaintext

Snit is pure-Tcl object and megawidget framework written entirely in
Tcl. Unlike most Tcl object systems, it isn't based on object
inheritance; relying on inheritance only ties you down to the object
system you've chosen. Instead, Snit is all about delegation: an object
type can define its own methods and options, but it can easily delegate
methods and options to other kinds of object.
WWW: ${HOMEPAGE}