| ![[Previous]](../image-lib/prev.gif) | ![[Contents]](../image-lib/contents.gif) | ![[Index]](../image-lib/keyword_index.gif) | ![[Next]](../image-lib/next.gif) | 
Find the first widget at a given position that has a help topic
PtWidget_t * PtWidgetHelpHit( 
                PtWidget_t *container,
                PhPoint_t const *pos );
This function finds the first widget inside the given container at the given position that contains a help topic (i.e. Pt_ARG_HELP_TOPIC contains a non-NULL string). The arguments are:
A pointer to the widget found; NULL if none was found.
Photon
| Safety: | |
|---|---|
| Interrupt handler | No | 
| Signal handler | No | 
| Thread | No | 
| ![[Previous]](../image-lib/prev.gif) | ![[Contents]](../image-lib/contents.gif) | ![[Index]](../image-lib/keyword_index.gif) | ![[Next]](../image-lib/next.gif) |