[Pharo-project] Close button on Linux
Aug. 12, 2010
7:13 p.m.
To whom the thanks belong, I just noticed that the [x] actually does its job on Linux in 1.1. It's minor in the grand scheme, but appreciated! What if anything needs (or can be) done to intercept it when locked down for an end user? Bill
Aug. 12, 2010
7:43 p.m.
On 12.08.2010 21:13, Schwab,Wilhelm K wrote:
To whom the thanks belong,
I just noticed that the [x] actually does its job on Linux in 1.1. It's minor in the grand scheme, but appreciated!
What if anything needs (or can be) done to intercept it when locked down for an end user?
Bill At least on Windows, set the World's windowEventHandler, to an object implementing windowEvent: , and have it handle the event with type = #windowClose.
Cheers, Henry
5832
Age (days ago)
5832
Last active (days ago)
1 comments
2 participants
participants (2)
-
Henrik Sperre Johansen -
Schwab,Wilhelm K