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 666294 - Add a (star) rating widget
Add a (star) rating widget
Status: RESOLVED WONTFIX
Product: gtk+
Classification: Platform
Component: Widget: Other
unspecified
Other Linux
: Normal enhancement
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2011-12-15 15:40 UTC by Bernhard Reiter
Modified: 2014-05-22 02:13 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Bernhard Reiter 2011-12-15 15:40:52 UTC
Given how wide-spread those rating widgets are (usually offering a range of 5 stars on each of which you can click to rate something, often with half-star granularity), it'd be nice to have something like this in core GTK+. When implementing, think of accessibility. 

Looking for GTK based programs written in C that already have something like this, Rhythmbox comes to my mind. Maybe code can be pulled from there...
Comment 1 Javier Jardón (IRC: jjardon) 2011-12-16 14:18:37 UTC
Mathias Hasselmann just wrote a GTK+ cell renderer and widget:

http://taschenorakel.de/mathias/2011/12/11/libstarred/

code:

https://gitorious.org/libstarred
Comment 2 Matthias Clasen 2014-05-22 02:13:01 UTC
too domain-specific, imo