File: control

package info (click to toggle)
libtk-histentry-perl 0.42-2
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 96 kB
  • ctags: 41
  • sloc: perl: 485; makefile: 35
file content (19 lines) | stat: -rw-r--r-- 790 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Source: libtk-histentry-perl
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Carlo Segre <segre@iit.edu>, Gustavo Franco <stratus@debian.org>
Build-Depends-Indep: perl
Build-Depends: debhelper (>= 4.0.0)
Standards-Version: 3.7.2

Package: libtk-histentry-perl
Architecture: all
Depends: ${perl:Depends}, perl-tk
Description: Implements an entry widget with history
 Tk::HistEntry implements an entry widget with history. You may use the up
 and down keys to select older entries (or use the associated listbox).
 .
 The widget comes in two flavors: the "HistEntry" widget is an
 inherited BrowseEntry widget where you see history in the associated
 listbox, too. The "SimpleHistEntry" widget is a plain Entry widget.