CLIM mail archive
[Prev][Next][Index][Thread]
presenting...
   Date: Mon, 23 Nov 92 10:28:08 EST
   From: Clinton Hyde <chyde@chesapeake.ads.com>
   is there a way to 'lock' a window to prevent scrolling while I do a
   bunch of drawing? I have some things (one in particular) which takes a
   while to draw all of it, and does a bunch of scrolling. I'd like it
   not to scroll, as that is likely to be confusing to our customers...
Use with-end-of-page-action (:allow stream) <output>)
or (setf (stream-end-of-page-action stream) :allow)
0,,
References:
Main Index |
Thread Index