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

32 lines
1.4 KiB
XML

<Type Name="AccelGroupActivate" FullName="Gtk.AccelGroupActivate">
<TypeSignature Language="C#" Maintainer="auto" Value="public delegate bool AccelGroupActivate(AccelGroup accel_group, Object acceleratable, uint keyval, ModifierType modifier);" />
<TypeSignature Language="ILAsm" Value=".class public auto ansi sealed AccelGroupActivate extends System.MulticastDelegate" />
<AssemblyInfo>
<AssemblyName>gtk-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>
<Parameters>
<Parameter Name="accel_group" Type="Gtk.AccelGroup" />
<Parameter Name="acceleratable" Type="GLib.Object" />
<Parameter Name="keyval" Type="System.UInt32" />
<Parameter Name="modifier" Type="Gdk.ModifierType" />
</Parameters>
<ReturnValue>
<ReturnType>System.Boolean</ReturnType>
</ReturnValue>
<Docs>
<param name="accel_group">To be added.</param>
<param name="acceleratable">To be added.</param>
<param name="keyval">To be added.</param>
<param name="modifier">To be added.</param>
<summary>A delegate to activate all the accelerators in a given
<see cref="T:Gtk.AccelGroup" />.</summary>
<returns>To be added.</returns>
<remarks />
</Docs>
<Members />
</Type>