Path: utzoo!utgpu!utstat!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!bloom-beacon!mit-eddie!uw-beaver!rice!sun-spots-request From: chuck@trantor.harris-atd.com (Chuck Musciano) Newsgroups: comp.sys.sun Subject: Re: graphics in panels--event procedure? Keywords: Windows Message-ID: <8903091337.AA11421@trantor.harris-atd.com> Date: 13 Mar 89 18:05:04 GMT Sender: usenet@rice.edu Organization: Sun-Spots Lines: 12 Approved: Sun-Spots@rice.edu Original-Date: Thu, 9 Mar 89 08:02:48 EST X-Sun-Spots-Digest: Volume 7, Issue 194, message 2 of 15 > the panel package sucks up the WIN_REPAINT event before I can get to it... Interpose your event proc in front of the panel using the notify_interpose_event_func() routine. You will see the redraw event, can act upon it, and then (if desired) pass it through to the panel. This is the standard way to intercept events destined for a particular window. Chuck Musciano Advanced Technology Department Harris Corporation (407) 727-6131 ARPA: chuck@trantor.harris-atd.com