johnroach1985 0 Junior Poster

Hi. I am trying to create some sort of image library/gallery do hickey. Using Glade 3 and Python. I have created a general window. And now I want to add the image object as much as there are image files in a folder. The flow chart will be something like below;

Line 1 get list of images within folder
Line 2 add images to glade created window
Line 3 for each image in folder add image to window

oh and i'm trying to make the images clickable
and somehow I need to get the signals
hence only adding an image won't be enough. Each image must have a signal too...

How can I do this? Pointing to any general direction will also be welcomed.(Not too general please. Just telling me to read PyGTK documentation really won't help me. I have done that but couldn't implement it to this problem. Hence the reason why I'm here.)

And thank you for your time in advance.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.