gnome-scores - "High Scores" Widget

Author(s)

Horacio J. Peņa <horape@compendium.com.ar>

This is free software (under the terms of the GNU LGPL)

Description

A specialized widget to display "High Scores" for games. It's very integrated with the gnome-score stuff so you only need to call one function to do all the work...

Usage

Use the gnome_scores_display.The other functions are going to be
  discontinued...(ok, i should add pixmap support to * _display
		  before)

gnome_scores_display - Does all the work of displaying the best scores.

Usage

pos = gnome_score_log (score, level, TRUE);
gnome_scores_display (_ ("Mi game"), "migame", level, pos);

gnome_scores_new - Creates the high-scores window.

gnome_scores_set_logo_label - Creates a label to be the logo

gnome_scores_set_logo_pixmap - Creates a pixmap to be the logo

gnome_scores_set_logo_widget - Set an arbitrary widget to be the logo.

gnome_scores_set_color - Set the color of one entry.

gnome_scores_set_def_color - Set the default color of the entries.

gnome_scores_set_colors - Set the color of all the entries.

gnome_scores_set_logo_label_title - Creates a label to be the logo

gnome_scores_set_current_player - Set the index of the current player in top ten.