Stock icons for wxPython

Any sites where I can download royelty free application stock icons for wxPython’s default Ids. (File>New, File>Open etc.)
I didn’t get any luck while googling.
Thanks

Hello,

The gtk port of wxWidgets has a native artprovider. If you are using the gtk port, installing and enabling any gtk theme will allow the ArtProvider to load the icons with the stock Id’s. If you are on Windows or Mac then you will need to subclass ArtProvider and override its CreateBitmap method to provide your custom bitmaps for the Id’s you wish to support.

The ‘silk’ icon set is one option for custom icons, the only ‘restriction’ on their usage is credin

···

On Tue, Sep 9, 2008 at 10:47 AM, Prashant Saxena animator333@yahoo.com wrote:

Any sites where I can download royelty free application stock icons for wxPython’s default Ids. (File>New, File>Open etc.)
I didn’t get any luck while googling.
Thanks


wxpython-users mailing list
wxpython-users@lists.wxwidgets.org
http://lists.wxwidgets.org/mailman/listinfo/wxpython-users

Prashant,

Any sites where I can download royelty free application stock icons for wxPython's default Ids. (File>New, File>Open etc.)
I didn't get any luck while googling.
Thanks

You must have used the wrong search terms. I did a search for "open source icons" and found the following:

http://tango.freedesktop.org/Tango_Icon_Gallery (The Tango set)
clazh.com - (The Crystal set)

Both of these sets are nice and there's lots of others out there.

···

-------------------
Mike Driscoll

Blog: http://blog.pythonlibrary.org
Python Extension Building Network: http://www.pythonlibrary.org