10.4. What things can be created on a Canvas?

The following types can be used in $canvar->create calls:

    arc        sections of circle
    bitmap     for X11 bitmap files/builtins
    image      for Photo image types (gif, xpm...) 
    line
    oval       includes circles
    polygon    may be -filled
    text       similar to Text widget primitive
    window     allows embeddding of other widgets

Previous | Return to table of contents | Next