]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/icon.h
Decided that not doing methods for keyboard commands was not worth the
[wxWidgets.git] / include / wx / gtk / icon.h
index be2f6be3d839167b786985ba2bbd0f78efbb1f44..c784b646e4ee345ab9c7059e134743b929e57469 100644 (file)
@@ -11,7 +11,7 @@
 #ifndef __GTKICONH__
 #define __GTKICONH__
 
-#if defined(__GNUG__) && !defined(__APPLE__)
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
 #pragma interface
 #endif
 
@@ -45,6 +45,11 @@ public:
     }
     wxIcon( char **bits, int width=-1, int height=-1 );
 
+    wxIcon(const wxIconLocation& loc)
+        : wxBitmap(loc.GetFileName(), wxBITMAP_TYPE_ANY)
+    {
+    }
+
     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); }