// wxStaticBox
//-----------------------------------------------------------------------------
-class wxStaticBox : public wxStaticBoxBase
+class WXDLLIMPEXP_CORE wxStaticBox : public wxStaticBoxBase
{
public:
wxStaticBox();
// implementation
- virtual void ApplyWidgetStyle();
-
virtual bool IsTransparentForMouse() const { return TRUE; }
+protected:
+ void DoApplyWidgetStyle(GtkRcStyle *style);
+
private:
DECLARE_DYNAMIC_CLASS(wxStaticBox)
};