Middleware, development tools, realtime operating system
software and services for superior embedded design


Home
QNX Community Resources
QNX Documentation Library
PtDestroyAllSurfaces

PtDestroyAllSurfaces

QNX Software Systems
Developer Resources
Blogs
Board support packages
Foundry27 projects
Forums
Hardware support listing
Online video tutorials
Product documentation
Technical Articles

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