Menu

Tree [57f990] master /
 History

HTTPS access


File Date Author Commit
 doc 2015-06-03 joye joye [1cd626] *** empty log message ***
 library 2014-06-20 joye joye [8fcf4d] *** empty log message ***
 src 2016-02-22 joye joye [410cbf] *** empty log message ***
 tclconfig 2015-08-12 joye joye [94e98a] *** empty log message ***
 tests 2015-06-04 joye joye [5b058e] *** empty log message ***
 .gitignore 2016-03-14 William Joye William Joye [a4ab19] add gitignore
 LICENSE 2016-03-14 William Joye William Joye [c0235f] Initial commit
 Makefile.in 2015-08-12 joye joye [94e98a] *** empty log message ***
 README.md 2016-03-16 William Joye William Joye [c1c062] Update README.md
 aclocal.m4 2013-12-09 joye joye [208c51] *** empty log message ***
 configure 2015-07-30 joye joye [0b48ba] *** empty log message ***
 configure.in 2015-07-30 joye joye [0b48ba] *** empty log message ***
 pkgIndex.tcl.in 2015-05-28 joye joye [ad7c9b] *** empty log message ***

Read Me

tkblt

Introduction to the TkBLT library

TkBLT is a library of extensions to the Tk library. It adds new
commands and variables to the application's interpreter.

TkBLT is a derived version of the BLT Toolkit by George A. Howlett,
for Tcl/Tk 8.5/8.6, is TEA compatible, with full support for MacOSX and
Windows, and is fully compatible with the Tk API. TkBLT is released
under the original BSD license. TkBLT includes only the Graph and
Barchart Tk widgets, and the Tcl Vector command.

The following commands are added to the interpreter from the TkBLT library:

Graph: A 2D plotting widget. Plots two variable data in a window with an optional
legend and annotations. It has of several components; coordinate axes,
crosshairs, a legend, and a collection of elements and tags.

Barchart: A barchart widget. Plots two-variable data as rectangular bars in a
window. The x-coordinate values designate the position of the bar along
the x-axis, while the y-coordinate values designate the magnitude.
The barchart widget has of several components; coordinate axes,
crosshairs, a legend, and a collection of elements and tags.

Vector: Creates a vector of floating point values. The vector's components
can be manipulated in three ways: through a Tcl array variable, a Tcl
command, or the C API.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.