X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f40fdaa339e19bbdf60c9c065c82daae4ca77b36..1f30c17645c56f85178ee780fa330d954e45cea9:/include/wx/gtk/statbox.h?ds=sidebyside diff --git a/include/wx/gtk/statbox.h b/include/wx/gtk/statbox.h index 2bedf27d46..87b7372b86 100644 --- a/include/wx/gtk/statbox.h +++ b/include/wx/gtk/statbox.h @@ -47,6 +47,9 @@ public: virtual bool IsTransparentForMouse() const { return TRUE; } +protected: + void DoApplyWidgetStyle(GtkRcStyle *style); + private: DECLARE_DYNAMIC_CLASS(wxStaticBox) };