Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

ANNOUNCE: Widget callback package Wcb 3.6

27 views
Skip to first unread message

nemethi

unread,
Oct 12, 2018, 7:28:26 AM10/12/18
to
I am pleased to announce version 3.6 of the widget callback package Wcb.

What is new in Wcb 3.6?
-----------------------

1. Adapted to some changes in future Tcl and Tk releases (for example,
made sure that it works with Tcl 9.0 and Tk 8.7).

2. Updated the demo-scripts and the documentation.

How to get it?
--------------

Wcb is available for free download from the Web page

http://www.nemethi.de

The distribution file is "wcb3.6.tar.gz" for UNIX and "wcb3_6.zip" for
Windows. These files contain the same information, except for the
additional carriage return character preceding the linefeed at the end
of each line in the text files for Windows.

Wcb is also included in tklib, which has the address

http://core.tcl.tk/tklib

How to install it?
------------------

Install the package as a subdirectory of one of the directories given
by the "auto_path" variable. For example, you can install it as a
directory at the same level as the Tcl and Tk script libraries. The
locations of these library directories are given by the "tcl_library"
and "tk_library" variables, respectively.

To install Wcb on UNIX, "cd" to the desired directory and unpack the
distribution file "wcb3.6.tar.gz":

gunzip -c wcb3.6.tar.gz | tar -xf -

This command will create a directory named "wcb3.6", with the
subdirectories "demos", "doc", and "scripts".

On Windows, use WinZip or some other program capable of unpacking the
distribution file "wcb3_6.zip" into the directory "wcb3.6", with the
subdirectories "demos", "doc", and "scripts".

How to use it?
--------------

To be able to use the commands and variables implemented in the package
Wcb, your scripts must contain one of the lines

package require wcb ?version?
package require Wcb ?version?

Since the package Wcb is implemented in its own namespace called "wcb",
you must either import the procedures you need, or use qualified names
like "wcb::callback".

For a detailed description of the commands and variables provided by
Wcb and of the examples contained in the "demos" directory, see the
tutorial "wcb.html" and the reference page "wcbRef.html", both located
in the "doc" directory.

--
Csaba Nemethi http://www.nemethi.de mailto:csaba....@t-online.de

0 new messages