void wxSpinCtrl::SetSelection(long from, long to)
{
- // translate from wxWindows conventions to GTK+ ones: (-1, -1) means the
+ // translate from wxWidgets conventions to GTK+ ones: (-1, -1) means the
// entire range
if ( from == -1 && to == -1 )
{
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