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

PtInvokeResizeCallbacks()

Invoke the resize callbacks of the specified container

Synopsis:

int PtInvokeResizeCallbacks( PtWidget_t *container );

Description:

This function sets up a cbinfo structure and invokes the resize callbacks attached to the specified container. If the provided container widget isn't a subclass of PtContainer, no action is performed.

Returns:

0
Successful completion.
-1
An error occurred; container isn't a container widget.

Classification:

Photon

Safety:
Interrupt handler No
Signal handler No
Thread No

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