본문으로 바로가기

Snit 1.0

category 확장 패키지 (Extension Package) 2024. 10. 11. 11:54

홈페이지: http://www.wjduquette.com/snit/

Snit은 Tcl의 객체지향 도입 확장 패키지입니다.

 

Snit is a pure-Tcl object and megawidget framework. 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. See the Snit FAQ list page for examples, including a dirt simple read-only text widget.Snit will not bulk up your scripts or take over your life. Clients of objects created by Snit won't even know that it's there. It just makes life easier.

Changes in V1.0
--------------------------------------------------------------------

Functionally, V1.0 is identical to version V0.97.

* Added a number of speed optimizations provided by Jeff Hobbs.
  (Thanks, Jeff!)

* Returned to the name "Snit's Not Incr Tcl".

* Fixed SourceForge Tcllib Bug 1161779; it's no longer an error
  if the destructor is defined before the constructor.

* Fixed SourceForge Tcllib Bug 1106375; the hull widget is now
  destroyed properly if there's an error in the constructor of 
  a widget or widgetadaptor.

snit10.zip
0.16MB
snit1.0.tar.gz
0.16MB

'확장 패키지 (Extension Package)' 카테고리의 다른 글

mkZiplib 1.0  (0) 2024.10.11
OTcl 1.14  (0) 2024.10.11
Winico 0.6  (0) 2024.10.11
Mysund 1.00  (0) 2024.10.11
Date Chooser 0.8  (0) 2024.10.11