emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Glitches with the GTK toolkit


From: Jan D.
Subject: Re: Glitches with the GTK toolkit
Date: Tue, 11 May 2004 21:17:23 +0200

It sounds like the redraw is getting interrupted while still not
complete, which is normal behavior when a system's too slow to keep up.
It should redraw completely as soon as it can.

No, the system isn't too slow since it works fine when compiled
with athena widgets.
I think there's something wrong with the GTK version.

GTK is very slow in itself, and scrollbars very much slower than any other
toolkit.  If you are running Gnome or any fancy theme, you probably have
pixmap scrollbar thumbs.  This means that each scroll has to render a
complete image (png usually) for each movement.  The Athena widget
just does XDrawRectangle, which is faster by a couple of magnitudes.

        Jan D.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]