mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2024-12-26 01:35:31 +00:00
7d124df67a
* 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
36 lines
1.4 KiB
XML
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>
|