Caution: This version of this document is no longer maintained. For the latest documentation, see http://www.qnx.com/developers/docs.

PtMakeModal()

Block all of an application's windows, except the one containing a given widget

Synopsis:

void PtMakeModal( PtWidget_t *widget,
                  unsigned short cursor,
                  PgColor_t cursor_color );

Library:

ph

Description:

PtMakeModal() blocks all windows except the one that contains widget (using PtBlockAllWindows()), and attaches a destroyed callback that will unblock them (using PtUnblockWindows()).

Classification:

Photon

Safety:
Interrupt handler No
Signal handler No
Thread No

See also:

ApModalWait(), PgColor_t, PtBlockAllWindows(), PtBlockWindow(), PtUnblockWindows()

"Modal dialogs" in the Window Management chapter of the Photon Programmer's Guide