mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2024-12-26 00:15:39 +00:00
ab07fa8056
svn path=/trunk/gtk-sharp/; revision=46164
32 lines
1.4 KiB
XML
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>
|