X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/abdeb9e7006488bf917d90048fcd0cbe22f44a71..dee851ec9f34b3c251265189d3718c68b052c9cc:/src/gtk1/statline.cpp diff --git a/src/gtk1/statline.cpp b/src/gtk1/statline.cpp index d10067f6ac..0e05c9e758 100644 --- a/src/gtk1/statline.cpp +++ b/src/gtk1/statline.cpp @@ -7,10 +7,6 @@ // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// -#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) -#pragma implementation "statline.h" -#endif - // For compilers that support precompilation, includes "wx.h". #include "wx/wxprec.h" @@ -79,4 +75,11 @@ bool wxStaticLine::Create( wxWindow *parent, wxWindowID id, return TRUE; } +// static +wxVisualAttributes +wxStaticLine::GetClassDefaultAttributes(wxWindowVariant WXUNUSED(variant)) +{ + return GetDefaultAttributesFromGTKWidget(gtk_vseparator_new); +} + #endif