svn path=/trunk/gtk-sharp/; revision=53412
This commit is contained in:
Miguel de Icaza 2005-11-23 21:37:05 +00:00
parent a171434a3d
commit 98dc8e3151

View File

@ -1100,7 +1100,13 @@ This property tells GTK# that the user interface for your application requires u
<Parameters />
<Docs>
<summary>Raised when a row is activated; see <see cref="M:Gtk.TreeView.ActivateRow" />.</summary>
<remarks />
<remarks>
<block subset="none" type="note">
<para>
This event is usually fired when the user doubleclicks a row.
</para>
</block>
</remarks>
</Docs>
<Attributes>
<Attribute>
@ -2051,4 +2057,4 @@ tree_view.AppendColumn ("title", text, "text", 0);
</Docs>
</Member>
</Members>
</Type>
</Type>