CLIM mail archive
[Prev][Next][Index][Thread]
Re: reducing time overhead of text display (in 1.1) (now 2.0)
Date: Tue, 21 Dec 1993 12:31 EST
From: Scott McKay <SWM@stony-brook.scrc.symbolics.com>
Subject: Re: reducing time overhead of text display (in 1.1)
That doesn't cost much, really. The time-consuming parts are the
measuring of text size and keeping parent output records and scroll
bars up to date.
Scroll bar updating can indeed be expensive. There's an internal macro
in 2.0, clim-silica:inhibit-updating-scroll-bars, which can reduce output
time by >25%. However, it's not an external/documented macro, and the
Symbolics and Franz implementations aren't compatible.
So, is there a supported way to do this? If not, it would be useful if this
or something like it could be made part of CLIM's external interface.
Follow-Ups:
References:
Main Index |
Thread Index