Force a widget to unrealize and then rerealize itself
int PtReRealizeWidget( PtWidget_t *widget );
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. |
Photon
Safety: | |
---|---|
Interrupt handler | No |
Signal handler | No |
Thread | No |
PtRealizeWidget(), PtUnrealizeWidget()