mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2024-12-24 13:55:30 +00:00
Apply patch from felipe.lessa@gmail.com
svn path=/trunk/gtk-sharp/; revision=53412
This commit is contained in:
parent
a171434a3d
commit
98dc8e3151
|
@ -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>
|
Loading…
Reference in a new issue