GtkSharp/doc/en/Gtk/TreeViewMappingFunc.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

36 lines
1.4 KiB
XML

<Type Name="TreeViewMappingFunc" FullName="Gtk.TreeViewMappingFunc">
<TypeSignature Language="C#" Value="public sealed delegate void TreeViewMappingFunc (Gtk.TreeView tree_view, Gtk.TreePath path);" 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 the signature of a function to be called on
a set of <see cref="T:Gtk.TreeView"/> rows that are expanded.</summary>
<remarks>See <see cref="M:Gtk.TreeView.MapExpandedRows"/> for when and
how a function of this shape gets called.</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="tree_view" Type="Gtk.TreeView" />
<Parameter Name="path" Type="Gtk.TreePath" />
</Parameters>
<ReturnValue>
<ReturnType>System.Void</ReturnType>
</ReturnValue>
</Type>