Path: utzoo!utgpu!news-server.csri.toronto.edu!rutgers!ucsd!ucrmath!koufax.ucr.edu From: bball@koufax.ucr.edu (alvaro monge) Newsgroups: comp.windows.x Subject: Help redisplaying graphics when an Expose event happens Message-ID: <11681@ucrmath.ucr.edu> Date: 4 Feb 91 20:52:39 GMT Sender: news@ucrmath.ucr.edu Distribution: usa Organization: University of California, Riverside Lines: 11 An application I'm working on draws complicated graphics in a drawing widget. When I either move another window on top of the graphics, or close/open my application (etc), these all create an Expose Event. The problem I'm having is how to preserve my graphics inside of my drawing widget, so when my window needs updating I won't have to regenerate the complex graphics from scratch. I am using the X toolkit and the Athena Widgets. Al bball@ucrmath.ucr.edu