]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/icon.h
GetIcon() returns wxIconLocation, not wxIcon, now
[wxWidgets.git] / include / wx / gtk / icon.h
index be2f6be3d839167b786985ba2bbd0f78efbb1f44..10bb5b12a27bcbd7690ec3a9599b7c9c1152b1e3 100644 (file)
@@ -45,6 +45,11 @@ public:
     }
     wxIcon( char **bits, int width=-1, int height=-1 );
 
+    wxIcon(const wxIconLocation& loc)
+        : wxBitmap(loc.GetFileName(), wxBITMAP_TYPE_XPM)
+    {
+    }
+
     wxIcon& operator=(const wxIcon& icon);
     bool operator==(const wxIcon& icon) const { return m_refData == icon.m_refData; }
     bool operator!=(const wxIcon& icon) const { return !(*this == icon); }