Searched refs:_FindChild (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/libXmu/dist/src/
H A DEditresCom.c135 static Widget _FindChild(Widget, int, int);
1368 * _FindChild
1379 _FindChild(Widget parent, int x, int y) function in typeref:typename:Widget
1393 return (_FindChild(child, x - child->core.x, y - child->core.y));
1433 child = _FindChild(parent, find_event->x - (int) parent_x,

Completed in 3 milliseconds