Add wxTopLevelWindow::SetRepresentedFilename().
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 8 Jan 2012 14:52:47 +0000 (14:52 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 8 Jan 2012 14:52:47 +0000 (14:52 +0000)
commit6a0e4ead1ecaba0eda898b0d80a7002654ec4baa
tree95f91b9ac5d61cc42e55476e8bad231bd879f247
parentbc5bb7736581bd8ec85c4fcdefc7cfa74dc05704
Add wxTopLevelWindow::SetRepresentedFilename().

This currently is only implemented under OS X and sets the proxy icon there
but could be implemented to do something useful under the other platforms too
in the future.

Closes #13797.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@70295 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
docs/changes.txt
include/wx/osx/cocoa/private.h
include/wx/osx/core/private.h
include/wx/osx/toplevel.h
include/wx/toplevel.h
interface/wx/toplevel.h
src/osx/cocoa/nonownedwnd.mm
src/osx/toplevel_osx.cpp