]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk1/statbox.h
define wxUSE_MFC as 0 if it's not defined (fixes gcc -Wundef warning)
[wxWidgets.git] / include / wx / gtk1 / statbox.h
index 2bedf27d46e760b227bc5b68ae3ee441e4bc31e8..015c5280c3abf2f954a5e253dc32729560f0f8bb 100644 (file)
@@ -19,7 +19,7 @@
 // wxStaticBox
 //-----------------------------------------------------------------------------
 
-class wxStaticBox : public wxStaticBoxBase
+class WXDLLIMPEXP_CORE wxStaticBox : public wxStaticBoxBase
 {
 public:
     wxStaticBox();
@@ -47,6 +47,9 @@ public:
 
     virtual bool IsTransparentForMouse() const { return TRUE; }
 
+protected:
+    void DoApplyWidgetStyle(GtkRcStyle *style);
+    
 private:
     DECLARE_DYNAMIC_CLASS(wxStaticBox)
 };