svn path=/trunk/gtk-sharp/; revision=81526
This commit is contained in:
Miguel de Icaza 2007-07-06 22:14:45 +00:00
parent a61895cb0c
commit 0457ffb4fb

View File

@ -845,7 +845,7 @@ This property tells GTK# that the user interface for your application requires u
<Parameters>
</Parameters>
<Docs>
<summary>View is reorderable.</summary>
<summary>Allows to reorder rows in the view (this enables the internal drag and drop of TreeView rows).</summary>
<value>an object of type <see cref="T:System.Boolean" /></value>
<remarks>
</remarks>
@ -2091,7 +2091,7 @@ tree_view.AppendColumn ("title", text, "text", 0);
</ReturnValue>
<Parameters />
<Docs>
<summary>To be added</summary>
<summary>Whether a row should be highlighted when the cursor is over it.</summary>
<value>a <see cref="T:System.Boolean" /></value>
<remarks>To be added</remarks>
<since version="Gtk# 2.6" />
@ -2296,4 +2296,4 @@ tree_view.AppendColumn ("title", text, "text", 0);
</Docs>
</Member>
</Members>
</Type>
</Type>