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 117177 - API-doc: gnome_scores_display_with_pixmap()
API-doc: gnome_scores_display_with_pixmap()
Status: RESOLVED WONTFIX
Product: libgnomeui
Classification: Deprecated
Component: general
CVS HEAD
Other Linux
: Normal normal
: future
Assigned To: libgnomeui maintainers
libgnomeui maintainers
Depends on:
Blocks:
 
 
Reported: 2003-07-11 04:43 UTC by Steve Chaplin
Modified: 2008-09-10 19:48 UTC
See Also:
GNOME target: ---
GNOME version: 2.13/2.14



Description Steve Chaplin 2003-07-11 04:43:39 UTC
GtkWidget*  gnome_scores_display_with_pixmap
                                            (const gchar *pixmap_logo,
                                             const gchar *app_name,
                                             const gchar *level,
                                             int pos);

'pos' is documented as "Position in the top ten of the current player, as
returned by gnome_score_log."

I have tried the function with various values for pos and it seems to have
no effect.
What does it do?
Is it redundant?
Comment 1 Kjartan Maraas 2005-09-21 16:18:37 UTC
                if(pos)
                        gnome_scores_set_current_player(GNOME_SCORES(hs), pos-1);


Doesn't look like it's redundant to me at least...
Comment 2 Callum McKenzie 2006-04-19 10:39:52 UTC
The code should hilight the line indicated by pos. However there is a bug that has been there for some years now which means that this doesn't happen.
Comment 3 Kjartan Maraas 2006-10-23 15:19:37 UTC
But gnome_score_log() doesn't return the position at all. It returns the number of bytes it wrote to the score file if successful and 0 otherwise?!?
Comment 4 Kjartan Maraas 2008-09-10 19:48:11 UTC
WONTFIXing this.