svn path=/trunk/gtk-sharp/; revision=31099
This commit is contained in:
Miguel de Icaza 2004-07-13 18:55:47 +00:00
parent 9f018d8c94
commit a7c13bb7c7
2 changed files with 37 additions and 23 deletions

View File

@ -67,9 +67,9 @@
</ReturnValue>
<Parameters />
<Docs>
<summary>To be added</summary>
<returns>an object of type <see cref="T:Gtk.TreeIter" /></returns>
<remarks>To be added</remarks>
<summary>copy the TreeIter by value.</summary>
<returns>the copy of the <see cref="T:Gtk.TreeIter" /></returns>
<remarks />
</Docs>
</Member>
<Member MemberName="GetHashCode">
@ -80,9 +80,14 @@
</ReturnValue>
<Parameters />
<Docs>
<summary>To be added</summary>
<returns>a <see cref="T:System.Int32" /></returns>
<remarks>To be added</remarks>
<summary>Generates a hash code for the current instance.</summary>
<returns>A <see cref="T:System.Int32" /> containing the hash code for the current instance.
</returns>
<remarks>The algorithm used to generate the hash code is unspecified.
</remarks>
</Docs>
</Member>
<Member MemberName="Equals">
@ -95,10 +100,19 @@
<Parameter Name="o" Type="System.Object" />
</Parameters>
<Docs>
<summary>To be added</summary>
<param name="o">a <see cref="T:System.Object" /></param>
<summary>
<para>Determines whether the current instance and a specified
<see cref="T:System.Object" /> represent the same value.</para>
</summary>
<param name="o"> The <see cref="T:System.Object" /> to compare the current instance to.</param>
<returns>a <see cref="T:System.Boolean" /></returns>
<remarks>To be added</remarks>
<remarks>
<para>
<block subset="none" type="note">This method
overrides <see cref="M:System.Object.Equals(System.Object)" />
.</block>
</para>
</remarks>
</Docs>
</Member>
<Member MemberName="GType">

View File

@ -850,10 +850,10 @@
<Parameter Name="values" Type="System.Object[]" />
</Parameters>
<Docs>
<summary>To be added</summary>
<param name="values">a <see cref="T:System.Object[]" /></param>
<summary>Appends a new row to the <see cref="T:Gtk.TreeStore" />.</summary>
<param name="values">a <see cref="T:System.Object[]" /> with the data for the row.</param>
<returns>a <see cref="T:Gtk.TreeIter" /></returns>
<remarks>To append the new row to the toplevel, use the overloaded version without <see cref="parent" />.</remarks>
<remarks />
</Docs>
</Member>
<Member MemberName="AppendValues">
@ -866,10 +866,10 @@
<Parameter Name="values" Type="System.Array" />
</Parameters>
<Docs>
<summary>To be added</summary>
<param name="values">a <see cref="T:System.Array" /></param>
<summary>Appends a new row to the <see cref="T:Gtk.TreeStore" />.</summary>
<param name="values">a <see cref="T:System.Array" /> with the data for the row.</param>
<returns>a <see cref="T:Gtk.TreeIter" /></returns>
<remarks>To be added</remarks>
<remarks />
</Docs>
</Member>
<Member MemberName="AppendValues">
@ -883,11 +883,11 @@
<Parameter Name="values" Type="System.Object[]" />
</Parameters>
<Docs>
<summary>To be added</summary>
<param name="parent">a <see cref="T:Gtk.TreeIter" /></param>
<param name="values">a <see cref="T:System.Object[]" /></param>
<summary>Appends a new row to the <see cref="T:Gtk.TreeStore" />.</summary>
<param name="parent">the parent row to attach the new row under.</param>
<param name="values">a <see cref="T:System.Object[]" /> with the data for the row.</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 <see cref="M:Gtk.TreeStore.AppendValues(System.Object[])" /></remarks>
</Docs>
</Member>
<Member MemberName="AppendValues">
@ -901,11 +901,11 @@
<Parameter Name="values" Type="System.Array" />
</Parameters>
<Docs>
<summary>To be added</summary>
<param name="parent">a <see cref="T:Gtk.TreeIter" /></param>
<param name="values">a <see cref="T:System.Array" /></param>
<summary>Appends a new row to the <see cref="T:Gtk.TreeStore" />.</summary>
<param name="parent">the parent row to attach the new row under.</param>
<param name="values">a <see cref="T:System.Array" /> with the data for the row.</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 <see cref="M:Gtk.TreeStore.AppendValues(System.Array)" /></remarks>
</Docs>
</Member>
<Member MemberName="GetStringFromIter">