Terminate modal-window processing
void PtModalEnd( void );
ph
This function terminates a modal-processing loop that was initiated by PtModalStart().
We recommend using PtModalBlock() and PtModalUnblock() instead of a PtModalStart() / PtProcessEvent() / PtModalEnd() loop. PtModalBlock() makes it easier for you to write modal code that's compatible with multithreaded applications. |
Photon
Safety: | |
---|---|
Interrupt handler | No |
Signal handler | No |
Thread | No |
PtModalBlock(), PtModalStart(), PtModalUnblock(), PtProcessEvent()
“Modal dialogs” in the Window Management chapter of the Photon Programmer's Guide