Operating systems, development tools, and professional services
for connected embedded systems
for connected embedded systems
![]() |
![]() |
![]() |
![]() |
PtWidgetHelpHit()
Find the first widget at a given position that has a help topic
Synopsis:
PtWidget_t * PtWidgetHelpHit(
PtWidget_t *container,
PhPoint_t const *pos );
Arguments:
- container
- A pointer to the container to be searched for widgets.
- pos
- A pointer to a PhPoint_t structure that specifies the position, relative to the container widget's canvas.
Library:
ph
Description:
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).
Returns:
A pointer to the widget found; NULL if none was found.
Classification:
Photon
| Safety: | |
|---|---|
| Interrupt handler | No |
| Signal handler | No |
| Thread | No |
See also:
![]() |
![]() |
![]() |
![]() |

![[Previous]](../prev.gif)
![[Contents]](../contents.gif)
![[Index]](../keyword_index.gif)
![[Next]](../next.gif)