QNX RTOS v4 Knowledge Base
QNX RTOS v4 Knowledge Base
Title |
Forcing a window to the front or back |
Ref. No. |
QNX.000009791 |
Category(ies) |
Development |
Issue |
Is there a command(like PtFlush() for drawing) that will force a window to move immediately?x09x09
|
Solution |
Yes, there are two functions:
PtWindowToFront( PtWidget_t *widget ); PtWindowToBack( PtWidget_t *widget );
|
|