GNOME Bugzilla – Bug 609384
Use GtkSpinner
Last modified: 2010-05-29 20:04:06 UTC
Instead of a copied around spinner widget. See https://bugzilla.gnome.org/show_bug.cgi?id=319607
I would love that, but I'm not sure how. It seems GtkSpinner is a drawing area, but I'm using a spinner in a gdkpixbuf cell renderer and I'm not sure there is a good way to do that with GtkSpinner.
Maybe with a GtkCellRendererSpinner? http://library.gnome.org/devel/gtk/2.20/GtkCellRendererSpinner.html
Didn't know about that one. Patch was supplied and committed, thanks!