a better way of applying style changes to label_widget

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28159 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík
2004-07-03 16:58:10 +00:00
parent e37168448f
commit 7545e13206
4 changed files with 12 additions and 28 deletions

View File

@@ -40,8 +40,6 @@ public:
virtual void SetLabel( const wxString &label );
bool SetFont( const wxFont &font );
static wxVisualAttributes
GetClassDefaultAttributes(wxWindowVariant variant = wxWINDOW_VARIANT_NORMAL);
@@ -49,6 +47,9 @@ public:
virtual bool IsTransparentForMouse() const { return TRUE; }
protected:
void DoApplyWidgetStyle(GtkRcStyle *style);
private:
DECLARE_DYNAMIC_CLASS(wxStaticBox)
};