tk-table 2.10.6-1 source package in Ubuntu
Changelog
tk-table (2.10.6-1) unstable; urgency=medium * New upstream version 2.10.6 * Drop Replace-Tcl_PanicVA-with-Tcl_Panic.patch: applied upstream * Push Standards-Version to 4.5.1. No changes needed * Push dh-compat to 13 * Drop obsolete dh-autoreconf build dependency -- Ole Streicher <email address hidden> Mon, 25 Jan 2021 10:19:57 +0100
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Hirsute | release | on 2021-01-26 | universe | libs |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
tk-table_2.10.6-1.dsc | 1.9 KiB | 67854e4039cbc7b8adf6522df48ba304db5d051ac3bcf55a7d7c867ec7544c20 |
tk-table_2.10.6.orig.tar.gz | 299.4 KiB | a02776fa2bbcd7f9e71eca6dda6b5f3c77b16a89daa0fd9ee11d0775bd138b13 |
tk-table_2.10.6-1.debian.tar.xz | 7.8 KiB | 81c1ab89a1e7b681f7c2d2516d13ba8036bf170c35e7dd45da2a0f1f49d70c46 |
Available diffs
- diff from 2.10.5-2 to 2.10.6-1 (1.8 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