]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/statbox.h
Native spline drawing.
[wxWidgets.git] / include / wx / gtk / statbox.h
index f0f1b2ff0efa759927040514fed86b3a701bf608..015c5280c3abf2f954a5e253dc32729560f0f8bb 100644 (file)
@@ -19,7 +19,7 @@
 // wxStaticBox
 //-----------------------------------------------------------------------------
 
-class wxStaticBox : public wxStaticBoxBase
+class WXDLLIMPEXP_CORE wxStaticBox : public wxStaticBoxBase
 {
 public:
     wxStaticBox();
@@ -45,10 +45,11 @@ public:
 
     // implementation
 
-    virtual void ApplyWidgetStyle();
-
     virtual bool IsTransparentForMouse() const { return TRUE; }
 
+protected:
+    void DoApplyWidgetStyle(GtkRcStyle *style);
+    
 private:
     DECLARE_DYNAMIC_CLASS(wxStaticBox)
 };