Add updates from Marques Johansson (marques@displague.com)

svn path=/trunk/gtk-sharp/; revision=28072
This commit is contained in:
Miguel de Icaza 2004-05-25 19:10:28 +00:00
parent f37e02b5b2
commit 4340f0903f

View file

@ -45,10 +45,12 @@
<Parameter Name="pos" Type="System.Int32" /> <Parameter Name="pos" Type="System.Int32" />
</Parameters> </Parameters>
<Docs> <Docs>
<summary>To be added</summary> <summary>
<param name="pixmap_logo">To be added: an object of type 'string'</param> <para>Does all the work of displaying the best scores. It calls <see cref="T:Gnome.Score.GetNotable" /> to retrieve the info, creates the window, and shows it.</para>
<param name="app_name">To be added: an object of type 'string'</param> </summary>
<param name="level">To be added: an object of type 'string'</param> <param name="pixmap_logo">an object of type <see cref="T:System.String" /><para>Filename of a logo pixmap to display</para></param>
<param name="app_name">an object of type <see cref="T:System.String" /><para>Name of the application, as in <see cref="T:Gnome.Score.Init" />.</para></param>
<param name="level">an object of type <see cref="T:System.String" /><para>Level of the game or NULL.</para></param>
<param name="pos">To be added: an object of type 'int'</param> <param name="pos">To be added: an object of type 'int'</param>
<returns>To be added: an object of type 'Gtk.Widget'</returns> <returns>To be added: an object of type 'Gtk.Widget'</returns>
<remarks>To be added</remarks> <remarks>To be added</remarks>