Ryujinx-GtkSharp/doc/en/Gtk/AccelGroupActivate.xml
Mike Kestner 91d63cee7a updates to latest monodocer -pretty
svn path=/trunk/gtk-sharp/; revision=71149
2007-01-16 16:18:05 +00:00

32 lines
1.3 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);" />
<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="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>
<remarks />
<returns>To be added.</returns>
</Docs>
<Base>
<BaseTypeName>System.Delegate</BaseTypeName>
</Base>
<Members />
<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>
</Type>