[Previous]
[Bookset]
[Next]

PtReRealizeWidget()

Force a widget to unrealize and then re-realize itself

Synopsis:

int PtReRealizeWidget( PtWidget_t *widget );

Description:

This function forces the specified widget and all its descendants to unrealize and re-realize themselves.


Note: This function is heavy handed, so use it sparingly. As we add more advanced geometry negotiation to the widget engine, this function will become obsolete.

Returns:

0
Successful completion.
-1
An error occurred.

Classification:

Photon

Safety:
Interrupt handler No
Signal handler No
Thread No

See also:

PtRealizeWidget(), PtUnrealizeWidget()


[Previous]
[Bookset]
[Next]