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

PtDestroyAllSurfaces()

Destroy all of a widget's control surfaces

Synopsis:

void PtDestroyAllSurfaces( PtWidget_t *widget );

Library:

ph

Description:

This function destroys all control surfaces of the given widget.

Generally this function is used only internally by the widget library, however you may call it if you wish.


Note: All surfaces of a widget are automatically destroyed when the widget is destroyed.

Classification:

Photon

Safety:
Interrupt handler No
Signal handler No
Thread No

See also:

PtCreateActionSurface(), PtCreateSurface(), PtDestroySurface()

Control Surfaces chapter of the Photon Programmer's Guide