~ubuntu-branches/ubuntu/raring/perl-tk/raring

« back to all changes in this revision

Viewing changes to demos/demos/widtrib/plop.pl

  • Committer: Bazaar Package Importer
  • Author(s): Stephen Zander
  • Date: 2002-03-20 00:50:05 UTC
  • Revision ID: james.westby@ubuntu.com-20020320005005-ghg9u0mz48rg79ck
Tags: 1:800.024-1
* New upstream version:
*       allows ballons to be associated with menu entries,
Closes: #34786
*       fixes Tk::Compound man page,
Closes: #109335
*       includes <time.h> in pTk/mTk/generic/tkCanvPs.c to prevent segfaults in
        64bit systems,
Closes: #126129
*       no longer ignores the -initialdir parameter in getOpenFile
Closes: #132762

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/usr/bin/perl -w
1
2
# Plot a series of continuous functions on a Perl/Tk Canvas.
2
3
#
3
4
# This program is described in the Perl/Tk column from Volume 1, Issue 1 of
5
6
# distribution with permission.  It has been modified slightly to conform
6
7
# to the widget demo standard.
7
8
 
8
 
#!/usr/local/bin/perl -w
9
9
#
10
10
# plot_program - plot a series of continuous functions on a Perl/Tk Canvas.
11
11
#