X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/abdeb9e7006488bf917d90048fcd0cbe22f44a71..caa2490c0fb8053b1d416117a9619695d75af9e4:/src/gtk1/statline.cpp?ds=sidebyside diff --git a/src/gtk1/statline.cpp b/src/gtk1/statline.cpp index d10067f6ac..3f95edd803 100644 --- a/src/gtk1/statline.cpp +++ b/src/gtk1/statline.cpp @@ -79,4 +79,11 @@ bool wxStaticLine::Create( wxWindow *parent, wxWindowID id, return TRUE; } +// static +wxVisualAttributes +wxStaticLine::GetClassDefaultAttributes(wxWindowVariant WXUNUSED(variant)) +{ + return GetDefaultAttributesFromGTKWidget(gtk_vseparator_new); +} + #endif