![]() |
Perl/Tk saves your favorite tools | ||
|
Main back: Tk layout -place next: Tk callbacks ;4 |
![]()
One of the most important widgets is the Canvas, which is used to
draw on just like the canvas of a painting.
The canvas is a complex widget with its own rules. For instance,
the items on the canvas have to be created with $canvas->createLine(...)is equivalent to
$canvas->create('line', ...);
Furthermore, there are complex canvas functions like | ||
Created by Mark Overmeer with PPresenter on 22 May 2000. |