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

..03-May-2022-

demos/H21-Sep-1998-5445

t/H21-Sep-1998-169137

Axis.pmH A D21-Sep-19986.6 KiB240117

Dial.pmH A D21-Sep-19984.8 KiB20497

MANIFESTH A D21-Sep-1998159 1615

MANIFEST.SKIPH A D03-Feb-1998107 1211

Makefile.PLH A D21-Sep-1998185 117

OlWm.pmH A D21-Sep-19982.2 KiB12055

READMEH A D21-Sep-19982.8 KiB12577

TODOH A D21-Sep-19981.2 KiB5032

TiedListbox.pmH A D21-Sep-19988.5 KiB338134

README

1  Files in Tk-Contrib have been contributed by various people at
2  various times.
3
4  Achim Bohnet <ach@mpe.mpg.de> - The Distribution Maintainer
5
6
7INCLUDED WIDGETS
8
9	Tk::Axis - Canvas with Axes
10	Tk::Dial - an alternative to the Scale widget
11	Tk::OlWm - Interface to OpenLook properties of Toplevel widget
12	Tk::TiedListbox - gang together Listboxes
13
14
15INSTALLATION
16
17	perl Makefile.PL
18	make
19	make test
20	# try script(s) in demos directory (optional)
21	make install
22
23  Please send question, suggestions, bug reports and patches to
24  the perl/Tk mailing list
25
26	ptk@lists.stanford.edu
27
28
29SUCCESS REPORTS:
30
31  Check the CPAN-testers page for recent report:
32
33	http://www.connect.net/gbarr/cpan-test/
34
35  For v0.03 it was reported that the modules build, test, and
36  install (and the demo worked)
37
38	perl5.004_54/Tk402.003
39		SPARC/Solaris 2.5.1/Sun Compiler
40	perl5.004_04/Tk402.003
41		Digital Unix V4.0b, DEC CC compiler
42
43
44HISTORY:
45
46  Version 0.07 tobe
47
48	o modules are now strict clean
49	o Some tweaks to POD so it's more in Tk800 style
50	o adapted Tks create.t test as 00basic.t
51	o Changed -x/ymax fallback value from undef to 100.
52	  so $parent->Axis() without arguments works without
53	  croaking
54
55
56  Version 0.06
57
58	o Axis: new -tickfont option. Patch send by
59          Phiroze Parakh <phiroze@eecs.umich.edu>
60	o Axis: options listed in SYNOPSIS section
61
62  Version 0.0501
63
64	o Dial.pm: Oooops package was Dial not Tk::Dial as it should.
65	  Now CPAN indexer can get it right. Thanks to Andreas Koenig.
66
67  Version 0.05
68
69	o patch of TiedListbox to fix scrolling
70
71		From: Andrew Allen <ada@hpesada.fc.hp.com>
72		Subject: Re: Database -> TiedListbox widget
73		Date: Fri, 12 Dec 1997 09:45:47 -0700
74		Message-id: <199712121645.JAA22936@hpesada.fc.hp.com>
75
76  Version 0.04
77
78	o Typos fixed in README (Larry Virden <lvirden@cas.org>)
79
80	o Many little documentation fixes (Larry Virden <lvirden@cas.org>)
81
82	o (Mis)use Revision keyword of prcs for $VERSION.  '+1' offset
83	  necessary to get a new $VERSION higher than 2.00x that was set
84	  earlier by perforce.
85
86	o README: Added simple success reports table for this distribution
87
88  Version 0.03
89
90	o now flat subdirectory structure
91
92	o demos/tiedlistbox strict and -w clean
93
94  Version 0.02
95
96	o added trivial tests: may only uncover possible -w warnings
97
98	o Each contribution has it's own dir that a ready CPAN dist
99	  after
100
101		# add README file
102		echo 'Makefile$' > MANIFEST.SKIP
103		mkdir t &&
104		perl Makefile.PL
105		make manifest
106		make dist
107
108	  Blech!  Better remove subdir overhead and write a CPAN HOWTO
109
110	o MM NAME attr set to Tk::Whatever => better perllocal.pod
111	  entry but creates unnecessary auto/Tk/Whatever/.packlist
112
113
114	o Removed FileDialog and WaitBox. They have their
115	  own CPAN distribution already
116
117	o Removed book-examples and TickerTape. They are not
118	  widgets
119
120  Version 0.01:
121
122	o Contrib tree from Tk402.003
123
124__END__
125