Re: images with gtk 1.2

2005-04-06 Thread Arren
GtkWidget * image_new_from_file_at_size (const char *filename, gint width, gint height) { GtkWidget *image = NULL; GdkPixbuf *pixbuf; GError *error; const gchar *st = "icon_size"; g_return_val_if_fail (filename != NULL, NULL); error = NULL; pixbuf =

images with gtk 1.2

2005-04-06 Thread Giovanni Manenti
Hi,I'm using gtk 1.2. How I can insert images in my application? Please send me some examples. Giovanni ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list