Overview of Item Types
pathName create canvas [option value option value ...]Canvases are one of several widgets that are designed to mirror the functionality and usage of the standard widgets in Java's Abstract Windowing Toolkit (AWT). When buttons are created, they automatically get the tag "Canvas". Canvases have no default event handlers which define their behavior.
The following options are supported for canvases:
-fill
[23] Specifies fill color of canvas
Copyright Computer Science Department, The University of New Mexico