开发者

pygtk image grid

开发者 https://www.devze.com 2023-02-09 11:59 出处:网络
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'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.

0

精彩评论

暂无评论...
验证码 换一张
取 消