Whole document tree 6.13. gnome-scores - "High Scores" Widget6.13.1. Author(s)Horacio J. Peņa <horape@compendium.com.ar> This is free software (under the terms of the GNU LGPL) 6.13.2. DescriptionA 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... 6.13.3. UsageUse the gnome_scores_display.The other functions are going to be discontinued...(ok, i should add pixmap support to * _display before) 6.13.4. gnome_scores_display - Does all the work of displaying the best scores.6.13.4.1. DescriptionIt calls gnome_score_get_notables to retrieve the info, creates the window, and show it. 6.13.4.2. ReturnsDoesn't return nothing 6.13.4.3. Usagepos = gnome_score_log (score, level, TRUE); gnome_scores_display (_ ("Mi game"), "migame", level, pos); 6.13.4.4. Parameters
6.13.5. gnome_scores_new - Creates the high-scores window.6.13.5.1. DescriptionCreates the high-scores window. 6.13.5.2. Parameters
6.13.6. gnome_scores_set_logo_label - Creates a label to be the logo6.13.6.1. DescriptionCreates a label to be the logo 6.13.6.2. Parameters
6.13.7. gnome_scores_set_logo_pixmap - Creates a pixmap to be the logo6.13.7.1. DescriptionCreates a pixmap to be the logo 6.13.7.2. Parameters
6.13.8. gnome_scores_set_logo_widget - Set an arbitrary widget to be the logo.6.13.8.1. DescriptionSet an arbitrary widget to be the logo. 6.13.8.2. Parameters
6.13.9. gnome_scores_set_color - Set the color of one entry.6.13.9.1. DescriptionSet the color of one entry. 6.13.9.2. Parameters
6.13.10. gnome_scores_set_def_color - Set the default color of the entries.6.13.10.1. DescriptionSet the default color of the entries. 6.13.10.2. Parameters
6.13.11. gnome_scores_set_colors - Set the color of all the entries.6.13.11.1. DescriptionSet the color of all the entries. 6.13.11.2. Parameters
6.13.12. gnome_scores_set_logo_label_title - Creates a label to be the logo6.13.12.1. DescriptionCreates a label to be the logo 6.13.12.2. Parameters
6.13.13. gnome_scores_set_current_player - Set the index of the current player in top ten.6.13.13.1. DescriptionSet the index of the current player in top ten. 6.13.13.2. Parameters
|