mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2024-12-26 13:55:30 +00:00
f8d36b9453
* configure.in.in : add monodocer-fu. 2005-05-23 Mike Kestner <mkestner@novell.com> * Makefile.am : switch to monodocer * updater : kill * en/*/*.xml : enormo-diff from monodocer first run without --delete. svn path=/trunk/gtk-sharp/; revision=44915
28 lines
1.2 KiB
XML
28 lines
1.2 KiB
XML
<Type Name="BuildChildrenFunc" FullName="Glade.BuildChildrenFunc">
|
|
<TypeSignature Language="C#" Maintainer="auto" Value="public delegate void BuildChildrenFunc(Glade.XML xml, Gtk.Widget parent, Glade.WidgetInfo info);" />
|
|
<AssemblyInfo>
|
|
<AssemblyName>glade-sharp</AssemblyName>
|
|
<AssemblyVersion>2.0.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>
|