| 600 | // ---------------------------------------------------------------------- |
| 601 | |
| 602 | FltkWidgetView::FltkWidgetView (int x, int y, int w, int h, |
| 603 | const char *label): |
| 604 | FltkViewBase (x, y, w, h, label) |
| 605 | { |
| 606 | } |
| 607 | |
| 608 | FltkWidgetView::~FltkWidgetView () |
| 609 | { |
nothing calls this directly
no outgoing calls
no test coverage detected