Perl/Tk saves your favorite tools | |||
Main back: Tk layout -place next: Tk callbacks ;4 |
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', ...);
Actions on canvas items are not via the common
Furthermore, there are complex canvas functions like | ||
Created by Mark Overmeer with PPresenter on 22 May 2000. |