m�n 2002-02-25 klockan 03.26 skrev Graham Ashton: > Hi. Hello. > [snip] > > I've been digging around the GNOME API and the gnome-python modules and > have come up with a couple of possibilites for handling the images; imlib > and gdk-pixbuf. I've no idea which is the most suitable. Is imlib on it's > way out? I couldn't find any docs for it on the GNOME API page.
Yes Imlib is on it's way out. It's removed in GNOME2, so using gdk-pixbuf would be the best library to use. > > If I want to arrange these thumbnails in a grid of image previews (similar > to the way Nautilus arranges preview images when in "View as Icons" mode), > what would be an efficient (speed wise) way of packing them? I was > thinking of either a simple table, in some kind of scrolled window, or a > GnomeCanvas (which I've just started reading up on). At the end of the > day, I'm still pretty clueless though. GnomeCanvas is a complicated, but has a lot of features. I'm not sure how much features you want from the widget but GnomeIconList might work for you. > > Any pointers? Thanks... > > -- > Graham Ashton <[EMAIL PROTECTED]> > _______________________________________________ > pygtk mailing list [EMAIL PROTECTED] > http://www.daa.com.au/mailman/listinfo/pygtk Johan Dahlin _______________________________________________ pygtk mailing list [EMAIL PROTECTED] http://www.daa.com.au/mailman/listinfo/pygtk
