Re: Gtk 2.0 gtk_image_new_from_file trouble

2002-04-18 Thread peter . orloff
Thanx! It works! > Hi, > > [EMAIL PROTECTED] writes: > > > I got the Hello World thing from gtk.org and compiled it and it worked > fine. > > Now I inserted the lines > > > > GtkWidget *image; > > image = gtk_image_new_from_file > > ("/opt/kde2/share/doc/HTML/en/khelpcenter/lines.png

Re: Gtk 2.0 gtk_image_new_from_file trouble

2002-04-18 Thread Sven Neumann
Hi, [EMAIL PROTECTED] writes: > I got the Hello World thing from gtk.org and compiled it and it worked fine. > Now I inserted the lines > > GtkWidget *image; > image = gtk_image_new_from_file > ("/opt/kde2/share/doc/HTML/en/khelpcenter/lines.png"); > > and it compiled. But when i run