<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body text="#000000" bgcolor="#FFFFFF">
<p><font size="4">It seems to be there</font></p>
<p><font size="4"><font face="monospace">windowEvent: aWindowEvent<br>
<br>
aWindowEvent windowEventType == #windowClose<br>
ifTrue: [<br>
^TheWorldMenu basicNew quitSession]</font><br>
<br>
</font></p>
<p><font size="4">But hardwired, using the Preference for the world
menu will help to adjust the behavior for application:</font></p>
<p><font size="4"><font face="monospace">windowEvent: aWindowEvent<br>
<br>
aWindowEvent windowEventType == #windowClose<br>
ifTrue: [<br>
^(Preferences at: #worldMenu) basicNew
quitSession]</font><br>
<br>
<br>
</font></p>
<pre class="moz-signature" cols="72">--
<a class="moz-txt-link-freetext" href="http://mamot.fr/@drgeo">http://mamot.fr/@drgeo</a></pre>
</body>
</html>