| Class | Fox::FXCanvas |
| In: |
rdoc-sources/FXCanvas.rb
|
| Parent: | FXWindow |
Canvas, an area drawn by another object
The following messages are sent by FXCanvas to its target:
| SEL_KEYPRESS: | sent when a key goes down; the message data is an FXEvent instance. |
| SEL_KEYRELEASE: | sent when a key goes up; the message data is an FXEvent instance. |
| SEL_MOTION: | sent when the mouse moves; the message data is an FXEvent instance. |
| SEL_PAINT: | sent when the canvas needs to be redrawn; the message data is an FXEvent instance. |
Construct new drawing canvas widget