Ryujinx-GtkSharp/doc/en/Glade/FindInternalChildFunc.xml
Mike Kestner 0e47e78f96 update docs to 2.8 API and document all new members
svn path=/trunk/gtk-sharp/; revision=54175
2005-12-09 23:12:49 +00:00

29 lines
1.2 KiB
XML

<Type Name="FindInternalChildFunc" FullName="Glade.FindInternalChildFunc">
<TypeSignature Language="C#" Maintainer="auto" Value="public delegate Gtk.Widget FindInternalChildFunc(Glade.XML xml, Gtk.Widget parent, string childname);" />
<AssemblyInfo>
<AssemblyName>glade-sharp</AssemblyName>
<AssemblyVersion>2.8.0.0</AssemblyVersion>
</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>
<param name="xml">To be added.</param>
<param name="parent">To be added.</param>
<param name="childname">To be added.</param>
<summary>Event handler.</summary>
<remarks>this delegate is used for custom methods to find the internal children of a widget.</remarks>
<returns>To be added.</returns>
</Docs>
<Base>
<BaseTypeName>System.Delegate</BaseTypeName>
</Base>
<Members />
<Parameters>
<Parameter Name="xml" Type="Glade.XML" />
<Parameter Name="parent" Type="Gtk.Widget" />
<Parameter Name="childname" Type="System.String" />
</Parameters>
<ReturnValue>
<ReturnType>Gtk.Widget</ReturnType>
</ReturnValue>
</Type>