mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2025-01-11 19:15:27 +00:00
Contributions from aaron@ultramoderne.net
svn path=/trunk/gtk-sharp/; revision=43121
This commit is contained in:
parent
dc66e2b0e8
commit
43fe07c743
|
@ -11,7 +11,7 @@
|
|||
<ThreadSafetyStatement>Gtk# is thread aware, but not thread safe; See the <link location="node:gtk-sharp/programming/threads">Gtk# Thread Programming</link> for details.</ThreadSafetyStatement>
|
||||
<Docs>
|
||||
<summary>An interface for specifying a tree model that is sortable.</summary>
|
||||
<remarks />
|
||||
<remarks>See <see cref="T:Gtk.TreeIterCompareFunc" /> for a working example of a sortable TreeView.</remarks>
|
||||
</Docs>
|
||||
<Base />
|
||||
<Interfaces>
|
||||
|
@ -68,7 +68,7 @@
|
|||
<param name="sort_func">A <see cref="TGtk.TreeIterCompareFunc" />, the function to use for sorting</param>
|
||||
<param name="user_data">ignored</param>
|
||||
<param name="destroy">ignored</param>
|
||||
<remarks>This overloaded method is obsolete. It is replaced by the SetSortFunc (int, TreeIterCompareFunc) overload." />.</remarks>
|
||||
<remarks>This overloaded method is obsolete. It is replaced by the SetSortFunc (int, TreeIterCompareFunc) overload." />.</remarks>
|
||||
</Docs>
|
||||
</Member>
|
||||
<Member MemberName="SetDefaultSortFunc">
|
||||
|
@ -87,7 +87,7 @@
|
|||
<param name="sort_func">A <see cref="TGtk.TreeIterCompareFunc" />, the function to use for sorting</param>
|
||||
<param name="user_data">ignored</param>
|
||||
<param name="destroy">ignored</param>
|
||||
<remarks>This overload of SetDefaultSortFunc is obsolete. The replacement is a single parameter overload. The <paramref name="data"/> and <paramref name="destroy"/> paramaters to this method are ignored. </remarks>
|
||||
<remarks>This overload of SetDefaultSortFunc is obsolete. The replacement is a single parameter overload. The <paramref name="data" /> and <paramref name="destroy" /> paramaters to this method are ignored. </remarks>
|
||||
</Docs>
|
||||
</Member>
|
||||
<Member MemberName="SortColumnChanged">
|
||||
|
@ -166,4 +166,4 @@
|
|||
</Docs>
|
||||
</Member>
|
||||
</Members>
|
||||
</Type>
|
||||
</Type>
|
Loading…
Reference in a new issue