]> 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 0c63350e23e06776e82be7c8723673dc5b6ae737..3e9c9cbe47ac53a9d5ba24e5d3bb98b2211e12d8 100644 (file)
@@ -34,5 +34,9 @@ public:
         @false otherwise.
     */
     bool IsOk() const;
+
+    void SetFileName(const wxString& filename);
+    const wxString& GetFileName() const;
+
 };