X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/526954c5968baa29218c994ec48e476ae2bd4b9f..2abf7107861e98b964fb6f792643ce314a782bcd:/interface/wx/iconloc.h diff --git a/interface/wx/iconloc.h b/interface/wx/iconloc.h index 0c63350e23..e3690f6bdb 100644 --- a/interface/wx/iconloc.h +++ b/interface/wx/iconloc.h @@ -30,9 +30,13 @@ class wxIconLocation { public: /** - Returns @true if the object is valid, i.e. was properly initialized, and + Returns @true if the object is valid, i.e.\ was properly initialized, and @false otherwise. */ bool IsOk() const; + + void SetFileName(const wxString& filename); + const wxString& GetFileName() const; + };