Lisp HUG Maillist Archive

Is there a "Suspend/Resume Layout" in CAPI?

That is, something that prevents the rerendering of a window/pane
while multiple changes are being made to layout so that the changes do
not appear in an animating fashion.

I am interested in any Win32 non-portable and portable solutions to this.

Thanks,
Matt


Re: Is there a "Suspend/Resume Layout" in CAPI?

On Mon, 2007-04-02 at 15:17 -0500, Matthew Lamari wrote:
> That is, something that prevents the rerendering of a window/pane
> while multiple changes are being made to layout so that the changes do
> not appear in an animating fashion.

I'm not too sure if it's what you are looking for but try

capi:with-atomic-redisplay


Sean.



Updated at: 2020-12-10 08:46 UTC