• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

alpha/H03-May-2022-1,5071,132

examples/H23-Sep-2008-167129

t/H23-Sep-2008-520441

ChangesH A D23-Sep-20084.5 KiB190133

Cloth.pmH A D22-Oct-200310.2 KiB527345

FireButton.pmH A D22-Oct-20035.2 KiB22681

MANIFESTH A D02-Sep-2000435 3231

MANIFEST.SKIPH A D14-Aug-200062 76

META.ymlH A D23-Sep-2008429 1413

Makefile.PLH A D23-Sep-20081.3 KiB6446

NumEntry.pmH A D23-May-20065.5 KiB215103

NumEntryPlain.pmH A D22-Oct-20036.5 KiB308143

READMEH A D02-Feb-20031.5 KiB4631

TFrame.pmH A D06-Dec-20074.5 KiB211127

TODOH A D13-Jan-2003450 1811

README

1CONTENTS
2
3  This distribution is my contribution to the ever growing collection
4  of Tk Widgets, currently it includes
5
6	Tk::Cloth       - An OO interface to Tk::Canvas
7	Tk::TFrame      - A frame with a title
8	Tk::NumEntry    - An entry widget that accepts numbers and has up/down
9			  buttons for in/decrement.
10	Tk::FireButton  - Button that keeps invoking command when pressed
11
12  Tk::Pane and Tk::ProgressBar are no longer part of this
13  distribution, becase they are included in standard Perl/Tk since
14  800.016. For older perl/Tk's, you can still grab the old 1.0401
15  Tk-GBARR distribution from CPAN.
16
17REQUIREMENTS
18
19  o To use this distribution Tk402.002 or better is required.
20    (there are no know problem with latest Tk800 releases)
21  o Some regression test use the Test.pm module (included in
22    perl 5.005).  If it's not installed the tests are skipped.
23
24CHANGES
25
26A complete list of changes is in the Changes file.
27
28The documentation is minimal (or even non-existant) but I was
29requested to release them before my life enters a stage of
30turmoil.  I hope the examples/ directory is sufficient to
31understand how to use the widgets.
32
33Please send all bugs/comments/patches directly to the ptk mailing list
34
35	ptk@lists.stanford.edu
36
37or to the current maintainer
38
39	Slaven Rezic <slaven@rezic.de>
40
41Copyright (c) 1997-1998 Graham Barr <gbarr@pobox.com>. All rights reserved.
42This program is free software; you can redistribute it and/or modify it
43under the same terms as Perl itself.
44
45Share and Enjoy !
46