]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk/combobox.cpp
This code is now shared with wxX11: remove.
[wxWidgets.git] / src / gtk / combobox.cpp
index 2972a0a99858f706c304259c1687bd69836724ae..f7950f67bfc11b12521d176521355ad21f0c6f79 100644 (file)
@@ -779,4 +779,11 @@ wxSize wxComboBox::DoGetBestSize() const
     return ret;
 }
 
+// static
+wxVisualAttributes
+wxComboBox::GetClassDefaultAttributes(wxWindowVariant WXUNUSED(variant))
+{
+    return GetDefaultAttributesFromGTKWidget(gtk_combo_new, true);
+}
+
 #endif