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: Jérôme Marant
Subject: Re: Glitches with the GTK toolkit
Date: Tue, 11 May 2004 22:44:54 +0200
User-agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3 (gnu/linux)

"Jan D." <address@hidden> writes:

> 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.

I have zero knowledge about the GTK code within Emacs but this problem
is related to refreshing the buffer which is not a GTK widget, is it?

I also tried something which is even worse:
When I split the main window (C-x 2) and move the modeline of
the top buffer, everything is flickering: both scrollbars and buffers.
It is pretty ugly.

-- 
Jérôme Marant




reply via email to

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