]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk1/statbmp.h
1. wxDialogs are now destroyed when they go out of scope
[wxWidgets.git] / include / wx / gtk1 / statbmp.h
index ab6e7c331d7f371b45c85bf84c4923aa68b32c4e..632624ce5de6cb72ab2adad180ebad0e2935096b 100644 (file)
@@ -16,6 +16,9 @@
 #endif
 
 #include "wx/defs.h"
+
+#if wxUSE_STATBMP
+
 #include "wx/object.h"
 #include "wx/control.h"
 #include "wx/bitmap.h"
@@ -57,4 +60,6 @@ class wxStaticBitmap: public wxControl
    wxBitmap   m_bitmap;
 };
 
+#endif
+
 #endif // __GTKSTATICBITMAPH__