tklib 0.8~20230222-1 source package in Ubuntu

Changelog

tklib (0.8~20230222-1) unstable; urgency=medium

  * New upstream fossil snapshot.
  * Refresh patches.
  * Bump debhelper compatibility level to 13.
  * Bump the standards version to 4.6.2.
  * Override erroneous source-is-missing for generated docs.

 -- Sergei Golovan <email address hidden>  Wed, 22 Feb 2023 13:53:11 +0300

Upload details

Uploaded by:
Sergei Golovan
Uploaded to:
Sid
Original maintainer:
Sergei Golovan
Architectures:
all
Section:
interpreters
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Noble release universe interpreters
Mantic release universe interpreters
Lunar release universe interpreters

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
tklib_0.8~20230222-1.dsc 1.9 KiB 0bc989fc82ae58e9eed2113ee0889742da7f9922e3ccffe11f290526d538dd17
tklib_0.8~20230222.orig.tar.gz 6.8 MiB 18ed19cd188279b4da2bbdc2e59e6cd96982ebae41551182ab19a6a68fe75c6b
tklib_0.8~20230222-1.debian.tar.xz 9.1 KiB 7f754481cf0632505226bbef5421fdacc555628823b3bb0022c444a7f3c9e317

Available diffs

No changes file available.

Binary packages built by this source

tklib: 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.