1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
Source: tktreectrl
Section: devel
Priority: optional
Maintainer: Tcl/Tk Debian Packagers <pkg-tcltk-devel@lists.alioth.debian.org>
Uploaders: Miriam Ruiz <little_miry@yahoo.es>
Build-Depends: debhelper (>= 10), tcl-dev, tk-dev
Standards-Version: 4.1.3
Homepage: http://tktreectrl.sourceforge.net/
Vcs-Browser: https://salsa.debian.org/tcltk-team/tktreectrl
Vcs-Git: https://salsa.debian.org/tcltk-team/tktreectrl.git
Package: tktreectrl
Architecture: any
Depends: tk, ${shlibs:Depends}, ${misc:Depends}
Description: flexible listbox widget for Tcl/Tk
TkTreeCtrl is a multi-column hierarchical listbox widget for the
Tk GUI toolkit. It can display items that have a parent-child relationship
with other itemsin a one- or two-dimensional arrangement. Items do also have
a set of states, which are boolean properties.
.
Items may be spread about one or more columns. For each column of an item
there is a style associated, which determines how to display the item's
column taking into account the item's current state set. One column can be
defined to display the data in a hierarchical structure.
|