Using themes and closing windows
Sept. 25, 2014
4:37 p.m.
Is there a documentation how to use or write Themes ? I would like to attach some method when I close a window, how I do that ? Annick
Sept. 25, 2014
4:50 p.m.
Le 25/09/2014 18:37, Annick Fron a écrit :
Is there a documentation how to use or write Themes ?
I would like to attach some method when I close a window, how I do that ?
You can register to the announcement sent by the window when closing. | s | s := SystemWindow new. s onAnnouncement: WindowClosed do: [ Transcript show: 'Closing' ]. s openAsIs Thierry
4327
Age (days ago)
4327
Last active (days ago)
1 comments
2 participants
participants (2)
-
Annick Fron -
Thierry Goubier