Add go to first/last and plus/minus art provider icons.
authorVadim Zeitlin <vadim@wxwidgets.org>
Fri, 31 Dec 2010 17:39:01 +0000 (17:39 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Fri, 31 Dec 2010 17:39:01 +0000 (17:39 +0000)
commita7cfad3ad6bc8080b33a0878a14b1c02ca33fe3e
tree060c61093552b121a69106dcc6627807da36961a
parent19be42b7609c1689b846542ab0307f045686380c
Add go to first/last and plus/minus art provider icons.

These icons will be used in the upcoming new implementation of the print
preview frame and as they are also natively supported by GTK+ it makes sense
to have support for them in wx itself.

Notice that the existing bookmark add/remove icons are already mapped to the
icons which look like plus and minus signs respectively in wxGTK but we need
plus/minus in print preview in the other ports too so add these icons under
explicit names.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@66504 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
art/first.xpm [new file with mode: 0644]
art/last.xpm [new file with mode: 0644]
art/minus.xpm [new file with mode: 0644]
art/plus.xpm [new file with mode: 0644]
include/wx/artprov.h
interface/wx/artprov.h
samples/artprov/artbrows.cpp
src/common/artstd.cpp
src/gtk/artgtk.cpp