Path: utzoo!utgpu!watserv1!watmath!att!tut.cis.ohio-state.edu!zaphod.mps.ohio-state.edu!samsung!emory!rsiatl!meo From: meo@rsiatl.UUCP (Miles ONeal) Newsgroups: comp.windows.x Subject: Xt redisplay method Message-ID: <3091@rsiatl.UUCP> Date: 8 Jul 90 03:37:27 GMT Organization: Systems & Software Solutions, Inc. Lines: 23 Someone named Stan wrote: |Is there any way for an application to call a widget's Redisplay routine |without accessing the internal widget structure or generating a bogus |Expose event? 1) What's wrong with the expose event? 2) write a rouine that goes through the widget's structures to execute a method directly. Place it in a .c file with the P.h file included. Compile & use as needed. 3) Write such a routine, but put it in the .c file itself, and make it non-static (ie, public). This is good for your own widgets, not so good for other stuff you may need to upgrade via patch or replacement. -Miles O'Neal meo@sware.com emory!sware!meo (mail bounced)