Calculate the visible portion of a widget
int PtWidgetVisibleExtent ( PtWidget_t *widget, PhRect_t *rect );
ph
This function determines the portion of a rectangle, defined in the PhRect_t pointed to by rect, that isn't clipped by any parent of widget.
Photon
Safety: | |
---|---|
Interrupt handler | No |
Signal handler | No |
Thread | No |