MCPcopy Create free account
hub / github.com/dillo-browser/dillo / getWidgetAtPointInterrupted

Method getWidgetAtPointInterrupted

dw/widget.cc:234–241  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

232}
233
234Widget *Widget::getWidgetAtPointInterrupted (int x, int y,
235 GettingWidgetAtPointContext
236 *context)
237{
238 Widget *widgetAtPoint = getWidgetAtPoint (x, y, context);
239 context->addWidgetProcessedAsInterruption (this);
240 return widgetAtPoint;
241}
242
243void Widget::setParent (Widget *parent)
244{

Callers 1

getWidgetAtPointLevelMethod · 0.80

Tested by

no test coverage detected