nanogui@linuxhacker.org

nanogui@linuxhacker.org


Subject: Re: mode windows(win32)
From: Greg Haerr
Date: Wed, 22 Nov 2000 21:40:20 -0700

: I mean that when a mode windows is show, 
: other windows can not get the focus 
: until the mode windows is closed.

Oh, a modal window.

The way to make a window modal is to
first disable your parent's window and
then enter a local GetMessage loop.  On
window destruction, reenable your parent window.

Regards,

Greg



nanogui@linuxhacker.org