]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk/choice.cpp
scrolling to selection
[wxWidgets.git] / src / gtk / choice.cpp
index 9c63f8502ff7e0eacd4bb65878359d3e5485853b..384f8b5d0048366b24c45f4d8736dff21b23c026 100644 (file)
@@ -574,6 +574,13 @@ bool wxChoice::IsOwnGtkWindow( GdkWindow *window )
 #endif
 }
 
 #endif
 }
 
+// static
+wxVisualAttributes
+wxChoice::GetClassDefaultAttributes(wxWindowVariant WXUNUSED(variant))
+{
+    return GetDefaultAttributesFromGTKWidget(gtk_option_menu_new);
+}
+
 
 #endif // wxUSE_CHOICE
 
 
 #endif // wxUSE_CHOICE