// Author: Robert Roebling
// Id: $Id$
// Copyright: (c) 1998 Robert Roebling
-// Licence: wxWidgets licence
+// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
// implementation
- virtual void ApplyWidgetStyle();
-
virtual bool IsTransparentForMouse() const { return TRUE; }
+protected:
+ void DoApplyWidgetStyle(GtkRcStyle *style);
+
private:
DECLARE_DYNAMIC_CLASS(wxStaticBox)
};