Find the currently focused widget
PtWidget_t *PtContainerFindFocus( PtWidget_t *family_member );
This function finds the focused widget for the widget hierarchy that contains family_member.
A pointer to the currently focused widget, or NULL if family_member is passed as NULL.
Photon
Safety: | |
---|---|
Interrupt handler | No |
Signal handler | No |
Thread | No |
PtContainerGiveFocus(), PtContainerNullFocus(), PtContainerFocusNext(), PtContainerFocusPrev(), PtGlobalFocusNext(), PtGlobalFocusNextFrom(), PtGlobalFocusPrev(), PtGlobalFocusPrevFrom(), PtIsFocused()