Ryujinx-GtkSharp/doc/en/Gtk/CycleFocusHandler.xml
Mike Kestner 352fc8e849 Run the doc updater
Didn't audit any of this.
2012-03-28 22:10:46 -05:00

25 lines
877 B
XML

<Type Name="CycleFocusHandler" FullName="Gtk.CycleFocusHandler">
<TypeSignature Language="C#" Value="public delegate void CycleFocusHandler(object o, CycleFocusArgs args);" />
<TypeSignature Language="ILAsm" Value=".class public auto ansi sealed CycleFocusHandler extends System.MulticastDelegate" />
<AssemblyInfo>
<AssemblyName>gtk-sharp</AssemblyName>
</AssemblyInfo>
<Base>
<BaseTypeName>System.Delegate</BaseTypeName>
</Base>
<Parameters>
<Parameter Name="o" Type="System.Object" />
<Parameter Name="args" Type="Gtk.CycleFocusArgs" />
</Parameters>
<ReturnValue>
<ReturnType>System.Void</ReturnType>
</ReturnValue>
<Docs>
<param name="o">To be added.</param>
<param name="args">To be added.</param>
<summary>To be added.</summary>
<remarks>To be added.</remarks>
<since version="Gtk# 3.0" />
</Docs>
</Type>