Newsgroups: comp.lang.smalltalk
Path: cantaloupe.srv.cs.cmu.edu!nntp.club.cc.cmu.edu!goldenapple.srv.cs.cmu.edu!rochester!cornellcs!newsstand.cit.cornell.edu!portc01.blue.aol.com!newsxfer3.itd.umich.edu!news-peer.sprintlink.net!news.sprintlink.net!sprint!howland.erols.net!blackbush.xlink.net!ins.net!heeg.de!uucp
From: Hans-Martin Mosner <hmm@heeg.de>
Subject: Re: [VW] getting notified when window is resized
Content-Type: text/plain; charset=us-ascii
To: Alexis Rzewski <gmecchia@cc.colorado.edu>
Message-ID: <334DFCBE.4161@heeg.de>
Sender: uucp@heeg.de
Content-Transfer-Encoding: 7bit
Organization: Georg Heeg Objektorientierte Systeme
References: <334C123B.4CBD@cc.colorado.edu>
Mime-Version: 1.0
Date: Fri, 11 Apr 1997 08:56:30 GMT
X-Mailer: Mozilla 2.01I [de] (WinNT; I)
Lines: 11

Alexis Rzewski wrote:
> 
> Is it possible to notify anApplicationModel when its window has been
> resized?
> Look into the 'events' protocol of ApplicationModel.
An Appl.Model receives a message
  windowEvent:from:
when resize, collapse, expand or close events happen.
That should get you started. 

Hans-Martin
