Ryujinx-GtkSharp/doc/en/Glade/FindInternalChildFunc.xml
Mike Kestner 1b41f742f6 glade doc update
svn path=/trunk/gtk-sharp/; revision=122791
2009-01-08 16:40:35 +00:00

28 lines
1.2 KiB
XML

<Type Name="FindInternalChildFunc" FullName="Glade.FindInternalChildFunc">
<TypeSignature Language="C#" Maintainer="auto" Value="public delegate Gtk.Widget FindInternalChildFunc(XML xml, Widget parent, string childname);" />
<AssemblyInfo>
<AssemblyName>glade-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>
<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>
<value>To be added.</value>
<remarks>this delegate is used for custom methods to find the internal children of a widget.</remarks>
</Docs>
<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>