Key |
Value |
as::author |
Michael McLennan
Rene Zaumseil |
as::build::date |
2015-01-09 |
as::origin |
http://chiselapp.com/user/rene/repository/itk/index
|
category |
Megawidget infrastructure |
description |
[incr Tk] is a framework for building mega-widgets using the [incr Tcl] object system. Mega-widgets are high-level widgets like a file browser or a tab notebook that act like ordinary Tk widgets but are constructed using Tk widgets as component parts, without having to write C code. In effect, a mega-widget looks and acts exactly like a Tk widget, but is considerably easier to implement. |
entity |
package |
license |
BSD |
platform |
tcl |
require |
Tcl -require 8.6
Tk -require 8.6
itcl -require 4
|
subject |
Tk megawidget OO |
summary |
Megawidget framework based on [incr Tcl] |