Caution: This version of this document is no longer maintained. For the latest documentation, see http://www.qnx.com/developers/docs.

PtDamageSurfaceByAction()

Damage all surfaces that are associated with an action

Synopsis:

void PtDamageSurfaceByAction( 
         PtWidget_t *widget,
         PtWidgetClassRef_t const *cref,
         ushort_t action_id );

Library:

ph

Description:

PtDamageSurfaceByAction() flags to be redrawn all surfaces belonging to the given widget that are associated with an action. The cref and action_id specify the class and manifest of the action associated with the surfaces to be damaged.

Classification:

Photon

Safety:
Interrupt handler No
Signal handler No
Thread No

See also:

PtDamageSurface(), PtDamageSurfaceById()

Control Surfaces chapter of the Photon Programmer's Guide