1

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 should arrange their position automaticly

Leroy
  • 151
  • 4

1 Answers1

1

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.

Community
  • 1
  • 1
Eddie Flores
  • 1,093
  • 13
  • 14