[475] in Zephyr_Bugs
zgwc WM_DELETE_WINDOW
daemon@ATHENA.MIT.EDU (epeisach@Athena.MIT.EDU)
Sat May 15 14:37:22 1993
From: epeisach@Athena.MIT.EDU
To: bug-zephyr@Athena.MIT.EDU
Date: Sat, 15 May 93 14:37:16 EDT
------- Forwarded Message
Received: from ATHENA-AS-WELL.MIT.EDU by e40-po.MIT.EDU (5.61/4.7) id AA23644; Sat, 15 May 93 14:21:53 EDT
Received: from W20-575-84.MIT.EDU by Athena.MIT.EDU with SMTP
id AA05434; Sat, 15 May 93 14:21:51 EDT
Received: by w20-575-84 (5.57/4.7) id AA23908; Sat, 15 May 93 14:21:49 -0400
Message-Id: <9305151821.AA23908@w20-575-84>
To: bugs@Athena.MIT.EDU
Subject: decmips 7.4H: zwgc WM_DELETE_WINDOW behavior
Date: Sat, 15 May 93 14:21:48 EDT
From: Harry Tsai <hftsai@Athena.MIT.EDU>
System name: w20-575-84
Type and version: KN02ba 7.4H
Display type: PMAGB-BA
What were you trying to do?
Remove Zephyrgram windows by sending WM_DELETE_WINDOW messages. I'm
using the f.delete function in vtwm.gamma. I tried it under the
standard twm, too. I also made sure that I had set
zwgc*enableDelete: true.
What's wrong:
Nothing happens. The window manager beeps at me, indicating that the
window hasn't requested WM_DELETE_WINDOW messages.
What should have happened:
zwgc should have accepted the message and removed the window.
Please describe any relevant documentation references:
man zwgc
lines 759-760:
enableDelete (logical) If true, zwgc creates a WM_PROTOCOLS property
on all zgrams, with WM_DELETE_WINDOW as contents.
lines 834-835:
If zwgc receives a WM_DELETE_WINDOW, it destroys the zephyrgram as if it
were clicked on.
------- End of Forwarded Message