| 65 | } |
| 66 | |
| 67 | void Widget::WidgetImgRenderer::draw (int x, int y, int width, int height) |
| 68 | { |
| 69 | widget->queueDrawArea (x - widget->allocation.x, y - widget->allocation.y, |
| 70 | width, height); |
| 71 | } |
| 72 | |
| 73 | // ---------------------------------------------------------------------- |
| 74 |
nothing calls this directly
no test coverage detected