]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/iconloc.h
Don't look for catalogs in AddCatalogLookupPathPrefix() path directly.
[wxWidgets.git] / interface / wx / iconloc.h
index 1e798629aa002a888f3e8d31a0f590a88ab77c7a..e3690f6bdb3f79c0c75bdc83fed2cb9e7648fab6 100644 (file)
@@ -3,7 +3,7 @@
 // Purpose:     interface of wxIconLocation
 // Author:      wxWidgets team
 // RCS-ID:      $Id$
 // Purpose:     interface of wxIconLocation
 // Author:      wxWidgets team
 // RCS-ID:      $Id$
-// Licence:     wxWindows license
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 /**
 /////////////////////////////////////////////////////////////////////////////
 
 /**
@@ -22,7 +22,7 @@
     a wxIcon from it.
 
     @library{wxbase}
     a wxIcon from it.
 
     @library{wxbase}
-    @category{FIXME}
+    @category{gdi}
 
     @see wxIcon, wxFileType::GetIcon
 */
 
     @see wxIcon, wxFileType::GetIcon
 */
@@ -30,9 +30,13 @@ class wxIconLocation
 {
 public:
     /**
 {
 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;
         @false otherwise.
     */
     bool IsOk() const;
+
+    void SetFileName(const wxString& filename);
+    const wxString& GetFileName() const;
+
 };
 
 };