X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/50e55c13ea2da06b1b03069673ae45edd780fc99..7344108e8a129a3f9b4df5ab0f98a1713db03b89:/interface/wx/toplevel.h?ds=inline diff --git a/interface/wx/toplevel.h b/interface/wx/toplevel.h index 2656212f0b..d73afcbcbe 100644 --- a/interface/wx/toplevel.h +++ b/interface/wx/toplevel.h @@ -503,6 +503,20 @@ public: */ virtual bool OSXIsModified() const; + /** + Sets the file name represented by this wxTopLevelWindow. + + Under OS X, this file name is used to set the "proxy icon", which + appears in the window title bar near its title, corresponding to this + file name. Under other platforms it currently doesn't do anything but + it is harmless to call it now and it might be implemented to do + something useful in the future so you're encouraged to use it for any + window representing a file-based document. + + @since 2.9.4 + */ + virtual void SetRepresentedFilename(const wxString& filename); + /** Depending on the value of @a show parameter the window is either shown full screen or restored to its normal state. @a style is a bit list