openbsd-ports/x11/tktable/pkg/DESCR
sthen 07f6206bfb update to 2.10 and use tk.port.mk, from new maintainer Stuart Cassoff.
agreed with by kevlo@ (previous maintainer).
2009-03-19 12:39:08 +00:00

20 lines
818 B
Plaintext

TkTable is a table/matrix widget extension to Tcl/Tk.
The basic features of the widget are:
* Multi-line cells
* Support for embedded windows (one per cell)
* Row & column spanning
* Variable width columns / height rows (interactively resizable)
* Row and column titles
* Multiple data sources ((Tcl array || Tcl command) &| internal caching)
* Supports standard Tk reliefs, fonts, colors, etc.
* X/y scrollbar support
* Tag styles per row, column or cell to change visual appearance
* In-cell editing - returns value back to data source
* Support for disabled (read-only) tables or cells (via tags)
* Multiple selection modes, with "active" cell
* Multiple drawing modes to get optimal performance for larger tables
* Optional "flashes" when things update
* Cell validation support
* Unicode support