Ryujinx-GtkSharp/doc/en/Gtk/AccelGroupActivate.xml
Mike Kestner ab07fa8056 updates to assembly version elements
svn path=/trunk/gtk-sharp/; revision=46164
2005-06-17 18:43:30 +00:00

32 lines
1.4 KiB
XML

<Type Name="AccelGroupActivate" FullName="Gtk.AccelGroupActivate">
<TypeSignature Language="C#" Maintainer="auto" Value="public delegate bool AccelGroupActivate(Gtk.AccelGroup accel_group, GLib.Object acceleratable, uint keyval, Gdk.ModifierType modifier);" />
<AssemblyInfo>
<AssemblyName>gtk-sharp</AssemblyName>
<AssemblyVersion>2.6.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>