tk-table 2.10-4 source package in Ubuntu
Changelog
tk-table (2.10-4) unstable; urgency=low * Put package under pkg-tcltk team maintenance * Adjust VCS info * Push Standards-Version: to 4.5.0. * Change download URL and d/copyright format * Push Compat to 12; remove d/compat * Update build-depends * Update VCS fields for salsa * Switch to gbp patch handling -- Ole Streicher <email address hidden> Mon, 17 Feb 2020 17:37:19 +0100
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Groovy | release | on 2020-04-24 | universe | libs |
Focal | release | on 2020-02-18 | universe | libs |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
tk-table_2.10-4.dsc | 1.9 KiB | e50e68c48776ccdf43350d9b32314d7b23a832b4bb16bb6c750d3035126f2c98 |
tk-table_2.10.orig.tar.gz | 277.5 KiB | c335117fa1be45fe4d3032e96fd4b4641fff6a4f8467878608dabed11198a4cb |
tk-table_2.10-4.debian.tar.xz | 7.4 KiB | 853696ab4e58bd2e351bf1ec868e3450628cf45974a7f36006b7c9ef78bc925c |
Available diffs
- diff from 2.10-3 to 2.10-4 (3.7 KiB)
No changes file available.
Binary packages built by this source
- tk-table: Table extension for Tcl/Tk
Provides support for tables and matrices in 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
* Works everywhere Tk does (including Windows and Mac!)
.
This package is sufficient to run and link against tkTable.
- tk-table-dbgsym: debug symbols for tk-table