X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/abdeb9e7006488bf917d90048fcd0cbe22f44a71..adb799d6ef8e1ba754ab08b26e64fa40219f95f8:/src/gtk/statbox.cpp?ds=inline diff --git a/src/gtk/statbox.cpp b/src/gtk/statbox.cpp index 3bf811a25b..879e2bc579 100644 --- a/src/gtk/statbox.cpp +++ b/src/gtk/statbox.cpp @@ -97,4 +97,11 @@ void wxStaticBox::ApplyWidgetStyle() gtk_widget_set_style( m_widget, m_widgetStyle ); } +// static +wxVisualAttributes +wxStaticBox::GetClassDefaultAttributes(wxWindowVariant WXUNUSED(variant)) +{ + return GetDefaultAttributesFromGTKWidget(gtk_frame_new); +} + #endif // wxUSE_STATBOX