After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 609384 - Use GtkSpinner
Use GtkSpinner
Status: RESOLVED FIXED
Product: gitg
Classification: Applications
Component: gui
git master
Other All
: Normal normal
: ---
Assigned To: gitg-maint
gitg-maint
Depends on:
Blocks: 613178
 
 
Reported: 2010-02-09 06:35 UTC by Javier Jardón (IRC: jjardon)
Modified: 2010-05-29 20:04 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Javier Jardón (IRC: jjardon) 2010-02-09 06:35:49 UTC
Instead of a copied around spinner widget.

See https://bugzilla.gnome.org/show_bug.cgi?id=319607
Comment 1 jessevdk@gmail.com 2010-05-29 16:33:20 UTC
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.
Comment 2 Javier Jardón (IRC: jjardon) 2010-05-29 17:01:36 UTC
Maybe with a GtkCellRendererSpinner?
http://library.gnome.org/devel/gtk/2.20/GtkCellRendererSpinner.html
Comment 3 jessevdk@gmail.com 2010-05-29 20:04:06 UTC
Didn't know about that one. Patch was supplied and committed, thanks!