#ifndef __GTKSTATICBOXH__
#define __GTKSTATICBOXH__
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma interface
#endif
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)
};