]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk/spinctrl.cpp
reSWIGged
[wxWidgets.git] / src / gtk / spinctrl.cpp
index e5d32a1f85110deff169df24020af8c7e714a35e..45cc31f6b839d06390cb7045648872305158a872 100644 (file)
@@ -310,5 +310,14 @@ wxSize wxSpinCtrl::DoGetBestSize() const
     return wxSize(95, ret.y);
 }
 
+// static
+wxVisualAttributes
+wxSpinCtrl::GetClassDefaultAttributes(wxWindowVariant WXUNUSED(variant))
+{
+    // TODO: overload to accept functions like gtk_spin_button_new?
+    // Until then use a similar type
+    return GetDefaultAttributesFromGTKWidget(gtk_entry_new, true);
+}
+
 #endif
    // wxUSE_SPINCTRL