gtk+ display image
- From: lucks <a luckhee gmail com>
- To: gtk-app-devel-list gnome org
- Subject: gtk+ display image
- Date: Fri, 23 Feb 2007 09:08:04 -0800 (PST)
hi...am a student and am building an interface using gtk for my project...but
am having a problem in displaying an image...if someone could help me i
would be much grateful...below is the code which i`ve used. please help
me..thanks
void
on_bt_test_clicked (GtkButton *button,
gpointer user_data)
{
GtkWidget *img_objectdesign;
img_objectdesign = gtk_image_new_from_file ("baby.jpg");
gtk_widget_show (img_objectdesign);
*/
}
--
View this message in context: http://www.nabble.com/gtk%2B-display-image-tf3280007.html#a9122659
Sent from the Gtk+ - Apps Dev mailing list archive at Nabble.com.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]