mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2025-01-12 19:55:39 +00:00
Apply patch from mmythril@gmail.com
svn path=/trunk/gtk-sharp/; revision=81526
This commit is contained in:
parent
a61895cb0c
commit
0457ffb4fb
|
@ -845,7 +845,7 @@ This property tells GTK# that the user interface for your application requires u
|
||||||
<Parameters>
|
<Parameters>
|
||||||
</Parameters>
|
</Parameters>
|
||||||
<Docs>
|
<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>
|
<value>an object of type <see cref="T:System.Boolean" /></value>
|
||||||
<remarks>
|
<remarks>
|
||||||
</remarks>
|
</remarks>
|
||||||
|
@ -2091,7 +2091,7 @@ tree_view.AppendColumn ("title", text, "text", 0);
|
||||||
</ReturnValue>
|
</ReturnValue>
|
||||||
<Parameters />
|
<Parameters />
|
||||||
<Docs>
|
<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>
|
<value>a <see cref="T:System.Boolean" /></value>
|
||||||
<remarks>To be added</remarks>
|
<remarks>To be added</remarks>
|
||||||
<since version="Gtk# 2.6" />
|
<since version="Gtk# 2.6" />
|
||||||
|
|
Loading…
Reference in a new issue