Query: tk::cloth
OS: debian
Section: 3pm
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
Cloth(3pm) User Contributed Perl Documentation Cloth(3pm)NAMETk::Cloth - An OO Tk CanvasSYNOPSISuse Tk::Cloth; $cloth = $parent->Cloth; $cloth->pack(-fill => 'both', -expand => 1); $rect = $cloth->Rectangle( -coords => [ 0,0,100,100], -fill => 'red' ); $tag = $cloth->tag; $tag->Line( -coords => [10,10,100,100], -foreground => 'black' ); $tag->Line( -coords => [50,50,100,100], -foreground => 'black' ); $tag->move(30,30); $tag->bind("<1>", [ &button1 ]);DESCRIPTIONTk::Cloth provides an object-orientated approach to a canvas and canvas items.SEE ALSOTk::CanvasAUTHORGraham Barr <gbarr@pobox.com> Current maintainer is Slaven Rezic <slaven@rezic.de>.COPYRIGHTCopyright (c) 1997-1998 Graham Barr. All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. perl v5.10.0 2003-10-22 Cloth(3pm)
Related Man Pages |
---|
errno(3pm) - osx |
authen::sasl::perl::anonymous(3pm) - debian |
authen::sasl::perl::login(3pm) - debian |
io::digest(3pm) - debian |
tk::numentry(3pm) - debian |
Similar Topics in the Unix Linux Community |
---|
Installing Dash Shell on OS X Lion |
Is UNIX an open source OS ? |
Introduction |
Find columns in a file based on header and print to new file |
My first PERL incarnation... Audio Oscillograph |