]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/iconloc.h
update minimum GTK2 version requirement to 2.6
[wxWidgets.git] / interface / wx / iconloc.h
index 1e798629aa002a888f3e8d31a0f590a88ab77c7a..3e9c9cbe47ac53a9d5ba24e5d3bb98b2211e12d8 100644 (file)
@@ -3,7 +3,7 @@
 // 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}
-    @category{FIXME}
+    @category{gdi}
 
     @see wxIcon, wxFileType::GetIcon
 */
@@ -34,5 +34,9 @@ public:
         @false otherwise.
     */
     bool IsOk() const;
+
+    void SetFileName(const wxString& filename);
+    const wxString& GetFileName() const;
+
 };