X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/526954c5968baa29218c994ec48e476ae2bd4b9f..9e9574fe45b176ee74bba8fad7574cf9906145d1:/interface/wx/iconloc.h?ds=sidebyside diff --git a/interface/wx/iconloc.h b/interface/wx/iconloc.h index 0c63350e23..c9346c2494 100644 --- a/interface/wx/iconloc.h +++ b/interface/wx/iconloc.h @@ -2,7 +2,6 @@ // Name: iconloc.h // Purpose: interface of wxIconLocation // Author: wxWidgets team -// RCS-ID: $Id$ // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// @@ -30,9 +29,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; + };