nanogui@linuxhacker.org
nanogui@linuxhacker.org
: 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