[Previous] [Contents] [Index] [Next]

PtResizePolicy()

Determine whether a widget has a resize policy

Synopsis:

int PtResizePolicy( PtWidget_t *widget );

Description:

This function determines whether a resize policy is currently in effect for the specified widget.

Returns:

0
No resize policy.
Nonzero
A resize policy is in effect.

Classification:

Photon

Safety:
Interrupt handler No
Signal handler No
Thread No

[Previous] [Contents] [Index] [Next]