/////////////////////////////////////////////////////////////////////////////
-// Name: wx/gtk/stabox.h
+// Name: wx/gtk1/stabox.h
// Purpose:
// Author: Robert Roebling
// Id: $Id$
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
-
#ifndef __GTKSTATICBOXH__
#define __GTKSTATICBOXH__
-#ifdef __GNUG__
-#pragma interface
-#endif
-
//-----------------------------------------------------------------------------
// wxStaticBox
//-----------------------------------------------------------------------------
-class wxStaticBox : public wxStaticBoxBase
+class WXDLLIMPEXP_CORE wxStaticBox : public wxStaticBoxBase
{
public:
wxStaticBox();
virtual void SetLabel( const wxString &label );
+ static wxVisualAttributes
+ GetClassDefaultAttributes(wxWindowVariant variant = wxWINDOW_VARIANT_NORMAL);
+
// implementation
- void ApplyWidgetStyle();
+ virtual bool IsTransparentForMouse() const { return TRUE; }
+
+protected:
+ void DoApplyWidgetStyle(GtkRcStyle *style);
private:
DECLARE_DYNAMIC_CLASS(wxStaticBox)