Extracted from Pike v8.0 release 276 as of 2016-07-30.
   

Class Gnome.Scores

Inheritance graph
GTK1.Object GTK1.Widget GTK1.Container GTK1.Bin GTK1.Window Gnome.Dialog Gnome.Scores
Description

This is a high-scores dialog box. The GNOME libraries also handle loading/saving systemwide high scores in a secure way.

 Gnome.Scores( 17, ({ "per" })*17, map((array(float))indices(allocate(17)),`*,42), map(indices(allocate(17)), `*, 10 ), 1 )


Inherit Dialog

inherit Gnome.Dialog : Dialog


Method create

Gnome.Scores Gnome.Scores(int n_scores, array names, array scores, array times, int clear)