]> git.saurik.com Git - wxWidgets.git/commit
made wxTLW::SetIcon() non-virtual, it was already implemented in terms of
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 7 Apr 2007 23:40:55 +0000 (23:40 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 7 Apr 2007 23:40:55 +0000 (23:40 +0000)
commitea098413d0e9c3f794f43826137a636e229f26f9
tree679f3c9f76cccdd73d4b5818edfaa01f076083e7
parent6a7d4d7190771e7acb15ccbc919e233bb6cb1038
made wxTLW::SetIcon() non-virtual, it was already implemented in terms of
SetIcons() in most of the ports, now do it in all of them

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@45322 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
24 files changed:
include/wx/cocoa/toplevel.h
include/wx/generic/mdig.h
include/wx/gtk/mdi.h
include/wx/gtk/toplevel.h
include/wx/gtk1/mdi.h
include/wx/gtk1/toplevel.h
include/wx/mac/carbon/toplevel.h
include/wx/motif/frame.h
include/wx/msw/toplevel.h
include/wx/os2/toplevel.h
include/wx/palmos/toplevel.h
include/wx/toplevel.h
include/wx/univ/toplevel.h
include/wx/x11/toplevel.h
src/common/toplvcmn.cpp
src/gtk/toplevel.cpp
src/gtk1/toplevel.cpp
src/mac/carbon/toplevel.cpp
src/motif/frame.cpp
src/motif/toplevel.cpp
src/msw/toplevel.cpp
src/os2/toplevel.cpp
src/palmos/toplevel.cpp
src/x11/toplevel.cpp