Ok it's working for me...too a point..I'm segfaulting on the expose event.
Here's some code
GdkPixbuf **background_pixbuf = NULL;
GtkWidget **link_drawable;
int i = 0;
int total_s = 4;
gboolean
expose_event_callback (GtkWidget *widget, GdkEventExpose *event, gpointer
data)
{
gdk_draw_pix
On Mon, Jun 26, 2006 at 09:01:43PM -0700, 3saul wrote:
>
> 1. Is it possible to use gdk_draw_pixbuf to draw onto a GTKDrawingArea (the
> doco states that it's possible but I can't figure out how to)
http://developer.gnome.org/doc/API/2.0/gtk/GtkDrawingArea.html
shows hot to draw an arc. Anyth