~ubuntu-branches/ubuntu/intrepid/horae/intrepid

« back to all changes in this revision

Viewing changes to 0CPAN/Tk-GBARR-2.06/README

  • Committer: Bazaar Package Importer
  • Author(s): Carlo Segre
  • Date: 2008-02-23 23:13:02 UTC
  • mfrom: (2.1.2 hardy)
  • Revision ID: james.westby@ubuntu.com-20080223231302-mnyyxs3icvrus4ke
Tags: 066-3
Apply patch to athena_parts/misc.pl for compatibility with 
perl-tk 804.28.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
CONTENTS
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
 
 
17
 
REQUIREMENTS
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
 
 
24
 
CHANGES
25
 
 
26
 
A complete list of changes is in the Changes file.
27
 
 
28
 
The documentation is minimal (or even non-existant) but I was
29
 
requested to release them before my life enters a stage of
30
 
turmoil.  I hope the examples/ directory is sufficient to
31
 
understand how to use the widgets.
32
 
 
33
 
Please send all bugs/comments/patches directly to the ptk mailing list
34
 
 
35
 
        ptk@lists.stanford.edu
36
 
 
37
 
or to the current maintainer
38
 
 
39
 
        Slaven Rezic <slaven.rezic@berlin.de>
40
 
 
41
 
Copyright (c) 1997-1998 Graham Barr <gbarr@pobox.com>. All rights reserved.
42
 
This program is free software; you can redistribute it and/or modify it
43
 
under the same terms as Perl itself.
44
 
 
45
 
Share and Enjoy !