Skip to content

Commit

Permalink
import Tk 402.001 from CPAN
Browse files Browse the repository at this point in the history
git-cpan-module:   Tk
git-cpan-version:  402.001
git-cpan-authorid: NI-S
git-cpan-file:     authors/id/N/NI/NI-S/Tk402.001.tar.gz
  • Loading branch information
Nick Ing-Simmons authored and eserte committed May 29, 2010
1 parent 9c3a341 commit c334e1f
Show file tree
Hide file tree
Showing 545 changed files with 36,459 additions and 31,760 deletions.
6 changes: 3 additions & 3 deletions Bitmap/Bitmap.d
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Bitmap.o: Bitmap.c ../tkGlue.def ../pTk/tkPort.h ../pTk/Lang.h \
../pTk/tkConfig.h ../pTk/tk.h ../pTk/tkUnixPort.h ../pTk/tkInt.h \
../pTk/tkVMacro.h ../pTk/Lang.m ../pTk/Lang_f.h ../pTk/Lang.t \
../pTk/tk.m ../pTk/tk_f.h ../pTk/tk.t ../pTk/Xlib.h ../pTk/Xlib.m \
../pTk/tkConfig.h ../pTk/LangIO.h ../pTk/tk.h ../pTk/tkUnixPort.h \
../pTk/tkInt.h ../pTk/tkVMacro.h ../pTk/Lang.m ../pTk/Lang_f.h \
../pTk/Lang.t ../pTk/tk.m ../pTk/tk_f.h ../pTk/tk.t ../pTk/Xlib.m \
../pTk/Xlib_f.h ../pTk/Xlib.t ../pTk/tkInt.m ../pTk/tkInt_f.h \
../pTk/tkInt.t ../tkGlue.h ../pTk/tkOption.h ../pTk/tkOption_f.h \
../pTk/tkOption.t ../tkGlue.m ../tkGlue_f.h ../tkGlue.t
6 changes: 3 additions & 3 deletions Canvas/Canvas.d
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Canvas.o: Canvas.c ../tkGlue.def ../pTk/tkPort.h ../pTk/Lang.h \
../pTk/tkConfig.h ../pTk/tk.h ../pTk/tkUnixPort.h ../pTk/tkInt.h \
../pTk/tkVMacro.h ../pTk/Lang.m ../pTk/Lang_f.h ../pTk/Lang.t \
../pTk/tk.m ../pTk/tk_f.h ../pTk/tk.t ../pTk/Xlib.h ../pTk/Xlib.m \
../pTk/tkConfig.h ../pTk/LangIO.h ../pTk/tk.h ../pTk/tkUnixPort.h \
../pTk/tkInt.h ../pTk/tkVMacro.h ../pTk/Lang.m ../pTk/Lang_f.h \
../pTk/Lang.t ../pTk/tk.m ../pTk/tk_f.h ../pTk/tk.t ../pTk/Xlib.m \
../pTk/Xlib_f.h ../pTk/Xlib.t ../pTk/tkInt.m ../pTk/tkInt_f.h \
../pTk/tkInt.t ../tkGlue.h ../pTk/tkOption.h ../pTk/tkOption_f.h \
../pTk/tkOption.t ../tkGlue.m ../tkGlue_f.h ../tkGlue.t
3 changes: 3 additions & 0 deletions Canvas/Canvas.pm
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ use Tk::Submethods ( 'create' => [qw(arc bitmap image line oval
'select' => [qw(from clear item to)],
);

*CanvasBind = \&Tk::bind;
*CanvasFocus = \&Tk::focus;

sub ClassInit
{
my ($class,$mw) = @_;
Expand Down
2 changes: 1 addition & 1 deletion Canvas/Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

use Tk::MMutil;
Tk::MMutil::TkExtMakefile(
'LIBS' => ["-lm"],
($^O eq 'MSWin32' ? () : ('LIBS' => ["-lm"])),
'dynamic_ptk' => 1
);

Expand Down
Loading

0 comments on commit c334e1f

Please sign in to comment.