jan bodnar wrote:
Jan,
The link to the icon files in your tutorial is broken.
http://primates.ximian.com/~tigert/new stock project/
David <<
There are KDE and Gnome icons available. As wxPython is based on GTK+ I have chosen the Gnome icons. I even retained the names so that readers could have less work. But the link is unfortunately dead now.
There are several options what we can do.
I can send the icons that I used to everyone, who will request it. Everybody can download nice icons from http://art.gnome.org/themes/icon/ . Note that not every package has suitable icons for applications. The directories that we are looking for are called actions. Unofficial Tango is suitable.
Maybe the best solution would be to give a link to zipped icons that I used somewhere in the tutorial. If it's legal and possible.
You could use the wx.ArtProvider instead of loading the images from a file. (On wxGTK it will use the GTK icons for most of the art provider options. On the other platforms it will use a set of images owned by the wxWidgets project.)
Or we could make the ArtProvider image files directly available from the wiki page.
ยทยทยท
--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!