Send an application to another Photon server
int PtReattach( char *device );
ph
This function unrealizes all top-level widgets in an application, disconnects them from the current Photon server, connects to the Photon server indicated by device (e.g. /net/sam/dev/photon), and realizes the top-level widgets at the new location.
As a result, the PHOTON environment variable is set and the user interface is rehosted to the new Photon server.
int transport_edit_activate( PtWidget_t *widget, void *data, PtCallbackInfo_t cbinfo ); { PtTextCallback_t *tcb=cbinfo->cbdata; PtReattach( tcb->text ); }
Photon
Safety: | |
---|---|
Interrupt handler | No |
Signal handler | No |
Thread | No |