Ryujinx-GtkSharp/doc/en/Gtk/TreeViewSearchEqualFunc.xml
Shane Landrum 7d124df67a 2004-08-22 Shane Landrum <epicene@pobox.com>
* en/Gtk/RowActivatedArgs.xml
	* en/Gtk/RowCollapsedArgs.xml
	* en/Gtk/RowExpandedArgs.xml
	* en/Gtk/TestCollapseRowArgs.xml
	* en/Gtk/TestExpandRowArgs.xml: Event argument delegate docs.
	* en/Gtk/TreeView.xml: Event docs.
	* en/Gtk/TreeViewColumnDropFunc.xml
	* en/Gtk/TreeViewMappingFunc.xml
	* en/Gtk/TreeViewSearchEqualFunc.xml: delegate docs for TreeView

svn path=/trunk/gtk-sharp/; revision=32651
2004-08-22 05:31:56 +00:00

38 lines
1.5 KiB
XML

<Type Name="TreeViewSearchEqualFunc" FullName="Gtk.TreeViewSearchEqualFunc">
<TypeSignature Language="C#" Value="public sealed delegate bool TreeViewSearchEqualFunc (Gtk.TreeModel model, int column, string key, Gtk.TreeIter iter);" Maintainer="auto" />
<AssemblyInfo>
<AssemblyName>gtk-sharp</AssemblyName>
<AssemblyVersion>0.0.0.0</AssemblyVersion>
<Attributes />
</AssemblyInfo>
<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>A delegate to specify a compare function for interactive
searching.</summary>
<remarks>See <see cref="M:Gtk.TreeView.SetSearchEqualFunc"/> for more
context about how this delegate is used.</remarks>
</Docs>
<Base>
<BaseTypeName>System.Delegate</BaseTypeName>
</Base>
<Interfaces>
<Interface>
<InterfaceName>System.ICloneable</InterfaceName>
</Interface>
<Interface>
<InterfaceName>System.Runtime.Serialization.ISerializable</InterfaceName>
</Interface>
</Interfaces>
<Attributes />
<Members />
<Parameters>
<Parameter Name="model" Type="Gtk.TreeModel" />
<Parameter Name="column" Type="System.Int32" />
<Parameter Name="key" Type="System.String" />
<Parameter Name="iter" Type="Gtk.TreeIter" />
</Parameters>
<ReturnValue>
<ReturnType>System.Boolean</ReturnType>
</ReturnValue>
</Type>