Gnome Canvas
| canvas
|
A widget that
displays graphic objects.
|
| bPath
|
A canvas item
which consists of line and bezier segments.
|
| clipGroup |
A canvas
item which implements clipping.
|
| ellipse |
A canvas
ellipse item.
|
| image |
A canvas item
which shows an image.
|
| line |
A canvas line
item.
|
| polygon |
A canvas
polygon item.
|
| rectangle
|
A canvas
rectangle item.
|
| richText |
A canvas
rich text item.
|
| text
|
A canvas text
item.
|
widget
|
A canvas item
which shows a normal widget.
|
The canvas widget displays graphic objects like lines, circles or
text. It is available as separate library gnoclCanvas |