Window

Hi,
I have a window in my application which is always supposed to stay on top.
Even if another application is spawned the window should not hide. Is
there a way to do this?

Thank you,
Shashank

Yes, you can do this by setting the Pt_ARG_WINDOW_STATE resource to
Ph_WM_STATE_ISFRONT. This should do what you want.

Regards,
Dave B.

Shashank wrote:

Hi,
I have a window in my application which is always supposed to stay on top.
Even if another application is spawned the window should not hide. Is
there a way to do this?

Thank you,
Shashank