| 691 | } |
| 692 | |
| 693 | void FltkWidgetView::drawImage (core::Imgbuf *imgbuf, int xRoot, int yRoot, |
| 694 | int X, int Y, int width, int height) |
| 695 | { |
| 696 | ((FltkImgbuf*)imgbuf)->draw (this, |
| 697 | translateCanvasXToViewX (xRoot), |
| 698 | translateCanvasYToViewY (yRoot), |
| 699 | X, Y, width, height); |
| 700 | } |
| 701 | |
| 702 | bool FltkWidgetView::usesFltkWidgets () |
| 703 | { |