Art Provider Question

I notice that on the stock button's in the demo there are a whole lot of icons
which don't seem to be in the art provider demo.

I've used the standard wx.ART_PRINT etc on what buttons I can, but would like
to have other standard ones such as some of those on the stock buttons, but
they are not listed in the demo for the art provider.

Any idea's of how/where to find them.

Thanks

Richard

Richard Terry wrote:

I notice that on the stock button's in the demo there are a whole lot of icons which don't seem to be in the art provider demo.

I've used the standard wx.ART_PRINT etc on what buttons I can, but would like to have other standard ones such as some of those on the stock buttons, but they are not listed in the demo for the art provider.

Any idea's of how/where to find them.

For wxGTK the stock buttons don't come from the art provider, but directly from GTK. IIRC you can also get them via the art provider if you use GTK's standard icon names for the id string passed to GetBitmap, but this won't work on the other platforms of course.

ยทยทยท

--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!