Invoke the resize callbacks of the specified container
int PtInvokeResizeCallbacks( PtWidget_t *container );
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.
Photon
Safety: | |
---|---|
Interrupt handler | No |
Signal handler | No |
Thread | No |