Results 1 to 1 of 1
hi ,
I am currently in a process of developing a gtk+ application for image viewing. I have developed a simple GUI using glade, it consists of a text filed(to ...
- 11-06-2007 #1Just Joined!
- Join Date
- Nov 2006
- Posts
- 3
gtk+ programing help
hi ,
I am currently in a process of developing a gtk+ application for image viewing. I have developed a simple GUI using glade, it consists of a text filed(to enter the name of the image to search), few buttons(Search, Exit ) and a tree view widget(to display the image once found, is this right ? should i need to use another kind of widget to display images). Once the user has entered the name of the image in the text field and hit Search button the image should be appear in the tree view widget(image display area), actually I am not going to the do the searching part, I can assume image in my hand all I need to do is to view that image in that tree view widget.
All I want to know is how can I display the images in the tree widget area)
Thank you very much. I greatly appreciate your help


Reply With Quote