X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/abdeb9e7006488bf917d90048fcd0cbe22f44a71..72b1ad5c2e42a19e24460c196b47ea54e34d8c2c:/src/gtk1/statline.cpp?ds=inline 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