]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk1/statbmp.cpp
standard icons for msg boxes
[wxWidgets.git] / src / gtk1 / statbmp.cpp
index ff7fc98b4f1a921331433b32b77144d58bc660b2..30431837bffdd954bf70fb5067a94447c2999da5 100644 (file)
@@ -13,6 +13,8 @@
 
 #include "wx/statbmp.h"
 
+#if wxUSE_STATBMP
+
 #include "gdk/gdk.h"
 #include "gtk/gtk.h"
 
@@ -80,3 +82,5 @@ void wxStaticBitmap::SetBitmap( const wxBitmap &bitmap )
         gtk_pixmap_set( GTK_PIXMAP(m_widget), m_bitmap.GetPixmap(), mask );
     }
 }
+
+#endif