mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2024-12-26 12:55:31 +00:00
56dba077da
svn path=/trunk/gtk-sharp/; revision=90826
28 lines
1.1 KiB
XML
28 lines
1.1 KiB
XML
<Type Name="BuildChildrenFunc" FullName="Glade.BuildChildrenFunc">
|
|
<TypeSignature Language="C#" Maintainer="auto" Value="public delegate void BuildChildrenFunc(XML xml, Widget parent, WidgetInfo info);" />
|
|
<AssemblyInfo>
|
|
<AssemblyName>glade-sharp</AssemblyName>
|
|
<AssemblyVersion>2.12.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="info">To be added.</param>
|
|
<summary>event handler.</summary>
|
|
<remarks>this delegate is used for custom methods to built the internal children of a widget.</remarks>
|
|
</Docs>
|
|
<Base>
|
|
<BaseTypeName>System.Delegate</BaseTypeName>
|
|
</Base>
|
|
<Members />
|
|
<Parameters>
|
|
<Parameter Name="xml" Type="Glade.XML" />
|
|
<Parameter Name="parent" Type="Gtk.Widget" />
|
|
<Parameter Name="info" Type="Glade.WidgetInfo" />
|
|
</Parameters>
|
|
<ReturnValue>
|
|
<ReturnType>System.Void</ReturnType>
|
|
</ReturnValue>
|
|
</Type>
|