mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2024-12-26 05:35:40 +00:00
91d63cee7a
svn path=/trunk/gtk-sharp/; revision=71149
24 lines
982 B
XML
24 lines
982 B
XML
<Type Name="Callback" FullName="Gtk.Callback">
|
|
<TypeSignature Language="C#" Maintainer="auto" Value="public delegate void Callback(Widget widget);" />
|
|
<AssemblyInfo>
|
|
<AssemblyName>gtk-sharp</AssemblyName>
|
|
<AssemblyVersion>2.10.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="widget">To be added.</param>
|
|
<summary>A delegate that can be run over a series of widgets.</summary>
|
|
<remarks>Invoked by <see cref="M:Gtk.Container.Forall" /> and <see cref="M:Gtk.Container.ForeachFull" />.</remarks>
|
|
</Docs>
|
|
<Base>
|
|
<BaseTypeName>System.Delegate</BaseTypeName>
|
|
</Base>
|
|
<Members />
|
|
<Parameters>
|
|
<Parameter Name="widget" Type="Gtk.Widget" />
|
|
</Parameters>
|
|
<ReturnValue>
|
|
<ReturnType>System.Void</ReturnType>
|
|
</ReturnValue>
|
|
</Type>
|