]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk1/stattext.cpp
Another addtomethod removed
[wxWidgets.git] / src / gtk1 / stattext.cpp
index 7073bcd6ccafc9d431f923c1cb6caf64bdade0ec..89594853ae3c86e34eaf5be907cc7d4a3c47a08e 100644 (file)
@@ -199,4 +199,11 @@ bool wxStaticText::SetForegroundColour(const wxColour& colour)
     return true;
 }
 
+// static
+wxVisualAttributes
+wxStaticText::GetClassDefaultAttributes(wxWindowVariant WXUNUSED(variant))
+{
+    return GetDefaultAttributesFromGTKWidget(gtk_label_new);
+}
+
 #endif // wxUSE_STATTEXT