]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk1/icon.h
use LVS_EX_LABELTIP by default
[wxWidgets.git] / include / wx / gtk1 / icon.h
index 93dd3b354b1bef77f113c6130df9adfc239fd42b..0bcbf462c0cf84116b01e2740ebd16ebde72316b 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
 
@@ -38,7 +38,7 @@ public:
 
     // For compatibility with wxMSW where desired size is sometimes required to
     // distinguish between multiple icons in a resource.
-    wxIcon( const wxString& filename, int type = wxBITMAP_TYPE_XPM,
+    wxIcon( const wxString& filename, wxBitmapType type = wxBITMAP_TYPE_XPM,
             int WXUNUSED(desiredWidth)=-1, int WXUNUSED(desiredHeight)=-1 ) :
         wxBitmap(filename, type)
     {