X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/abdeb9e7006488bf917d90048fcd0cbe22f44a71..2fe417e4c40f5686a37d04b0e0f57a6fa6c2ceec:/src/gtk/statline.cpp diff --git a/src/gtk/statline.cpp b/src/gtk/statline.cpp index d10067f6ac..3f95edd803 100644 --- a/src/gtk/statline.cpp +++ b/src/gtk/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