[Gtk-sharp-list] Gtk# and System.Drawing integration packages

Artem Popov tfwo@mail.ru
Fri, 16 Apr 2004 08:20:36 +0700


On ĵaŭ, 2004-04-15 at 12:18, Miguel de Icaza wrote:
> > If you make a custom widget (like a subclass of DrawingArea), remember
> > to add:
> > widget.DoubleBuffered = false;
> > 
> 
> Ah!  This is beautiful!   Do yo mind if we try to adapt the namespace to
> make it even simpler to use?
> 

Why, sure. Only performance is still causing trouble. And remember, you
have to simulate double buffering yourself (i.e. have a
System.Drawing.Bitmap in memory, then render it on the widget graphics).
If there's animation, flickering is noticeable.
--Artem