27 lines
1.3 KiB
XML
27 lines
1.3 KiB
XML
<Type Name="TreeDestroyCountFunc" FullName="Gtk.TreeDestroyCountFunc">
|
|
<TypeSignature Language="C#" Maintainer="auto" Value="public delegate void TreeDestroyCountFunc(TreeView tree_view, TreePath path, int children);" />
|
|
<TypeSignature Language="ILAsm" Value=".class public auto ansi sealed TreeDestroyCountFunc extends System.MulticastDelegate" />
|
|
<AssemblyInfo>
|
|
<AssemblyName>gtk-sharp</AssemblyName>
|
|
</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>
|
|
<Base>
|
|
<BaseTypeName>System.Delegate</BaseTypeName>
|
|
</Base>
|
|
<Parameters>
|
|
<Parameter Name="tree_view" Type="Gtk.TreeView" />
|
|
<Parameter Name="path" Type="Gtk.TreePath" />
|
|
<Parameter Name="children" Type="System.Int32" />
|
|
</Parameters>
|
|
<ReturnValue>
|
|
<ReturnType>System.Void</ReturnType>
|
|
</ReturnValue>
|
|
<Docs>
|
|
<param name="tree_view">To be added.</param>
|
|
<param name="path">To be added.</param>
|
|
<param name="children">To be added.</param>
|
|
<summary>Delegate class for use by <see cref="C:Gtk.TreeView.SetDestroyCountFunc" />. Almost never used; see that method's docs to find out why you might want to use it.</summary>
|
|
<remarks />
|
|
</Docs>
|
|
<Members />
|
|
</Type>
|