2006/11/9, Matthew Yaconis <[EMAIL PROTECTED]>:
> I'm looking to do some double buffered 2D animation in a GTK application.
> What is the best way to go about this? Are there double buffered GTK
> widgets or would I be better off using OpenGL or some other libraries?
Gtk+ is double buffered (at G
I tried searching the mailing list but the search seems to still be down
from July...
I'm looking to do some double buffered 2D animation in a GTK application.
What is the best way to go about this? Are there double buffered GTK
widgets or would I be better off using OpenGL or some other libra
image displayed in the drawingarea has changed
getchar();
...
//exit program
}
I figured the problem comes from the double-buffering
and I tried to disable it using:
GTK_WIDGET_UNSET_FLAGS (window1,GTK_DOUBLE_BUFFERED);
But it didn't work.
So how can I disable double-buffering?
Or if the probl
Does double buffering work on Microsoft Windows?
I'm developing an application with rather complicated interface which
require a lot of switching of GtkNotebook pages. I've designed this
interface in Glade and use libglademm and gtkmm (C++).
On my Fedora Core 4 Linux using GTK+ 2.6.10
Hi
i was wanting to highlight a portion of an image just by clicking and
dragging over it. When i drew directly on the image there was a lot of
flickering. So now i always draw to a offscreen pixmap and then display that
pixmap. It works nicely and there is no flickering. The problem is that i