Send an application through the jump gate
int PtReattach( char *device );
This function provides Photon's "jump gate" mechanism - it 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. //88/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 |