pygtk image grid
I'm looking for an easy way to implement something like this: http://www.dinointeractive.com/?p=117. And I was guessing if somebody here had an idea.
I want to arrange images in a grid view. And additionally the images sh开发者_JS百科ould arrange their position automaticly
You might find gtk.IconView useful. You might also want to look into gtk.Layout depending on what you might want to do.
Some sample code can be found here and a related SO question here.
精彩评论