QNX Developer Support
![]() |
![]() |
![]() |
![]() |
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
![]() |
![]() |
![]() |
![]() |

![[Previous]](../prev.gif)
![[Contents]](../contents.gif)
![[Index]](../keyword_index.gif)
![[Next]](../next.gif)
