]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/iconloc.h
support for iPhone callbacks
[wxWidgets.git] / interface / wx / iconloc.h
index 0c63350e23e06776e82be7c8723673dc5b6ae737..e3690f6bdb3f79c0c75bdc83fed2cb9e7648fab6 100644 (file)
@@ -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;
+
 };