Second batch

svn path=/trunk/gtk-sharp/; revision=21869
This commit is contained in:
Miguel de Icaza 2004-01-09 05:01:34 +00:00
parent 86f62b2c64
commit f223c45def
2 changed files with 3 additions and 3 deletions

View file

@ -160,8 +160,8 @@
<Parameter Name="label" Type="System.String" />
</Parameters>
<Docs>
<summary>To be added</summary>
<param name="label">To be added: an object of type 'string'</param>
<summary>Creates a new MenuItem containing a label.</summary>
<param name="label">The label text on the menu item, with an underscore in front of the mnemonic character.</param>
<returns>To be added: an object of type 'Gtk.MenuItem'</returns>
<remarks>To be added</remarks>
</Docs>

View file

@ -971,7 +971,7 @@
<summary>To be added</summary>
<param name="values">a <see cref="T:System.Object[]" /></param>
<returns>a <see cref="T:Gtk.TreeIter" /></returns>
<remarks>To be added</remarks>
<remarks>To append the new row to the toplevel, use the overloaded version without <see cref="parent" />.</remarks>
</Docs>
</Member>
<Member MemberName="AppendValues">