On Sun, May 06, 2007 at 04:06:11AM -0700, beginner.c wrote:
> 
> I am in fact
> calling gtk_init() prior to any of these functions.

No, you don't, the call to gtk_image_new() to initialize
image

  GtkWidget *image = gtk_image_new();

is performed before any code in main().

Yeti

--
http://gwyddion.net/
_______________________________________________
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Reply via email to