]> git.saurik.com Git - wxWidgets.git/commit - src/univ/themes/mono.cpp
1. deprecate redundantly sounding wxArtProvider::FooProvider() to just Foo()
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 23 Sep 2006 20:16:18 +0000 (20:16 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 23 Sep 2006 20:16:18 +0000 (20:16 +0000)
commit571d2e0f232be3f7220c485c7e72eccfb87f2855
treec466f2b8fc4250a8b790399c84d6e3a34221031a
parent43e995b6e39d41fd8a26f8bb9e6a6ef54bbcd324
1. deprecate redundantly sounding wxArtProvider::FooProvider() to just Foo()
2. wxArtProvider::Remove() now really only removes the provider without
   deleting it, Delete() does delete it
3. moreover, ~wxArtProvider removes the provider as well so there is almost
   no need to call Delete() explicitly any more

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41398 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
docs/latex/wx/artprov.tex
include/wx/artprov.h
samples/artprov/arttest.cpp
src/common/artprov.cpp
src/common/artstd.cpp
src/gtk/artgtk.cpp
src/univ/theme.cpp
src/univ/themes/gtk.cpp
src/univ/themes/mono.cpp
src/univ/themes/win32.cpp