Path: utzoo!attcan!uunet!decwrl!bacchus.pa.dec.com!asente From: asente@wrl.dec.com (Paul Asente) Newsgroups: comp.windows.x Subject: Re: Xt Redisplay method Message-ID: <1990Jul3.231946.25957@wrl.dec.com> Date: 3 Jul 90 23:19:46 GMT References: <422@b17b.INGR.COM> Sender: news@wrl.dec.com (News) Organization: DEC Western Research Lab Lines: 21 In article <422@b17b.INGR.COM> stan@b17b.INGR.COM (stan) writes: >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? This is not a flame, just a suggestion. You presumably have some problem you are trying to solve, and think that calling the Redisplay routine from the application is the way to solve it. I suspect that there is some other way to achieve what you're trying to do, in a way that doesn't involve breaking the data abstraction barrier between applications and widgets. If you'll send another message that describes what you're trying to accomplish, you're likely to get more helpful responses. This is often a problem with questions posed in this group. -paul asente asente@decwrl.dec.com ...!decwrl!asente p.s. There is no way to call the Redisplay procedure from an application.