PtReRealizeWidget()
Force a widget to unrealize and then rerealize itself
Synopsis:
int PtReRealizeWidget( PtWidget_t *widget );
Description:
This function forces the specified widget and all its descendants to unrealize and rerealize themselves.
![]() |
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()

