[Cuis-dev] quit event from the VM window
Hilaire Fernandes
hfern at free.fr
Mon Aug 17 13:22:09 PDT 2026
It seems to be there
windowEvent: aWindowEvent
aWindowEvent windowEventType == #windowClose
ifTrue: [
^TheWorldMenu basicNew quitSession]
But hardwired, using the Preference for the world menu will help to
adjust the behavior for application:
windowEvent: aWindowEvent
aWindowEvent windowEventType == #windowClose
ifTrue: [
^(Preferences at: #worldMenu) basicNew quitSession]
--
http://mamot.fr/@drgeo
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.cuis.st/mailman/archives/cuis-dev/attachments/20260817/1cfa319d/attachment.htm>
More information about the Cuis-dev
mailing list