Re: The GtkDrawingArea again...



Hi,

Erik Jonsson <gtk nesqi se> writes:

> Is the GtkDrawingArea using a GdkWindow internaly or is it using
> a client side image representation for some implementation reasons?

A GtkDrawingArea is just a simple widget with a GdkWindow. It doesn't
do any drawing. Whether you do client- or server-side rendering in it
is completely up to you.

I suggest you take a look at the source. That should answer all your
questions quickly and reliably.


Sven



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