Path: usenet.cise.ufl.edu!huron.eel.ufl.edu!usenet.eel.ufl.edu!uky.edu!stdio!news.iac.net!netnews.com!news-peer.sprintlink.net!news-peer-west.sprintlink.net!news.sprintlink.net!Sprint!newsfeed.wli.net!nntp.teleport.com!news.teleport.com!not-for-mail
From: Dominique Dumont <[email protected]>
Newsgroups: comp.lang.perl.announce,comp.lang.perl.tk
Subject: ANNOUNCE: TK::Multi v 0.4
Followup-To: comp.lang.perl.tk
Date: 19 Mar 1998 19:34:19 GMT
Organization: Teleport - Portland's Public Access (503) 220-1016
Lines: 30
Sender: [email protected]
Approved: [email protected] (comp.lang.perl.announce)
Message-ID: <[email protected]>
NNTP-Posting-Host: gadget.cscaper.com
X-Disclaimer: The "Approved" header verifies header information for article transmission and does not imply approval of content.
Xref: usenet.cise.ufl.edu comp.lang.perl.announce:17 comp.lang.perl.tk:154


Hello

The new version of Tk_Multi now features :
- read-only text widgets
- a canvas widgets
- a base class to make your own Multi::* widget.

Here's the new readme file

Tk_Multi is a set of Tk composite widget to allow you to manage
several scrolled Text or Canvas (or your own Multi widget) widgets
in your Toplevel window.

The manager allows you to hide or show any managed text window through a menu.

Tk::Multi::* widgets also have buttons to increase, decrease the window
size, and a menu to print its content.

The Multi::Any module can be inherited to define your own widget which will
be managed by Tk::Multi::Manager.

This module was written with perl5.004 and now works fine with Tk402.003.



--
[email protected]