org.gnu.gnome

Class Scores


public class Scores
extends Dialog

The GnomeScores widget displays a list of names and scores for the players of a game.

Method Summary

static Type
getType()
Retrieve the runtime type used by the GLib library.
protected static Handle
gnome_scores_display(String title, String app_name, String level, int pos)
protected static int
gnome_scores_get_type()
protected static void
gnome_scores_set_current_player(Handle gs, int i)
protected static void
gnome_scores_set_logo_label_title(Handle gs, String title)
protected static void
gnome_scores_set_logo_pixmap(Handle gs, String logo)
protected static void
gnome_scores_set_logo_widget(Handle gs, int widget)

Method Details

getType

public static Type getType()
Retrieve the runtime type used by the GLib library.


gnome_scores_display

protected static final Handle gnome_scores_display(String title,
                                                   String app_name,
                                                   String level,
                                                   int pos)


gnome_scores_get_type

protected static final int gnome_scores_get_type()


gnome_scores_set_current_player

protected static final void gnome_scores_set_current_player(Handle gs,
                                                            int i)


gnome_scores_set_logo_label_title

protected static final void gnome_scores_set_logo_label_title(Handle gs,
                                                              String title)


gnome_scores_set_logo_pixmap

protected static final void gnome_scores_set_logo_pixmap(Handle gs,
                                                         String logo)


gnome_scores_set_logo_widget

protected static final void gnome_scores_set_logo_widget(Handle gs,
                                                         int widget)