File: control

package info (click to toggle)
tklib 0.4.1-20080501-1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 3,508 kB
  • ctags: 1,527
  • sloc: tcl: 34,008; sh: 2,318; ansic: 792; makefile: 100; exp: 21; sed: 16
file content (38 lines) | stat: -rw-r--r-- 1,662 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
Source: tklib
Section: interpreters
Priority: optional
Maintainer: Sergei Golovan <sgolovan@debian.org>
Build-Depends: debhelper (>= 5.0.0), quilt
Build-Depends-Indep: tk-dev, tcllib
Standards-Version: 3.8.0
Homepage: http://sourceforge.net/projects/tcllib/

Package: tklib
Section: interpreters
Architecture: all
Depends: ${wish:Depends}
Description: the standard Tk Library
 Tklib, the standard Tk library, is a collection of common utility
 functions and widgets all written in pure Tcl/Tk.
 .
 Modules included:
   autoscroll: automatically maps scrollbars when they are needed;
   chatwidget: a composite widget for chat applications;
   ctext: a text widget with syntax highlighting support;
   cursor: provides a few cursor routines;
   datefield: an entry widget for the purpose of date entry;
   Diagrams: helps drawing diagrams, like flowcharts;
   getstring: a dialog which prompts for a string input;
   history: provides a history for mechanism for entry widgets;
   ico: provides functions for reading and writing windows icons;
   ipentry: a widget for the entering of an IP address;
   khim: provides key bindings for entering international
         characters on a keyboard that does not support them;
   ntext: provides alternative bindings for the Text widget;
   Plotchart: provides simple plotting and charting commands;
   style: provides simple theming using Tk options;
   swaplist: a dialog which allows to move options between two lists;
   tablelist: a multicolumn listbox widget;
   tkpiechart: 2D or 3D pie chart object in a canvas;
   tooltip: provides tooltips for Tk widgets;
   widget: a set of megawidgets based on snit system.