Re: Double Buffering

2006-11-09 Thread Gian Mario Tagliaretti
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

Double Buffering

2006-11-09 Thread Matthew Yaconis
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

How can I disable double-buffering? or How can I draw in a drawable immediately?

2006-05-13 Thread temp temp
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?

2005-11-29 Thread Tomasz Ostrowski
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

Double Buffering

2005-03-18 Thread [ A b h i s h e k ]
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