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 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59
|
Source: tklib
Section: interpreters
Priority: optional
Maintainer: Sergei Golovan <sgolovan@debian.org>
Build-Depends: debhelper-compat (= 13)
Build-Depends-Indep: tk-dev, tcllib, imagemagick
Standards-Version: 4.7.0
Homepage: http://core.tcl.tk/tklib/home
Vcs-Browser: https://salsa.debian.org/tcltk-team/tklib
Vcs-Git: https://salsa.debian.org/tcltk-team/tklib.git
Package: tklib
Section: interpreters
Architecture: all
Multi-Arch: foreign
Depends: ${tclsh:Depends}, ${wish:Depends}, ${misc:Depends}
Recommends: tcllib (>= 1.11)
Description: 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;
canvas: provides a canvas with map background based on square tiles;
chatwidget: a composite widget for chat applications;
controlwidget: widgets for displaying and controlling numerical values;
crosshair: provides commands to (de)activate and track crosshairs;
on canvas widgets;
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;
map: map widget;
mentry: a multi-entry widget;
menubar: creates and manipulates menubars;
notifywindow: provides unobtrusive window for alerts/notifications;
ntext: provides alternative bindings for the Text widget;
persistentSelection: makes primary selection persistent;
Plotchart: provides simple plotting and charting commands;
scrollutil: scrollable widgets and mouse wheel support;
shtmlview: basic HTML and Markdown viewer widget;
style: provides simple theming using Tk options;
swaplist: a dialog which allows one to move options between two lists;
tablelist: a multicolumn listbox widget;
dgw::txmixins: extensions for the text widget;
tkpiechart: 2D or 3D pie chart object in a canvas;
tooltip: provides tooltips for Tk widgets;
dgw::tvmixins: extensions for the ttk::treeview widget;
wcb: widget callbacks;
widget: a set of megawidgets based on snit system;
widgetl: a widget for entry of ordered and unordered lists;
widgetPlus: adds features to entry, spinbox and combobox widgets;
widgetv: a widget validator.
|