GtkSharp/doc/en/Gtk/AccelMapForeach.xml
Shane Landrum 2d2b5a2157 2004-08-27 Shane Landrum <epicene@pobox.com>
* en/Gtk/Style.xml: bugfixes, more docs.
	* en/Gtk/TextBTree.xml: internal class, do not use.
	* en/Gtk/Accel*.xml: Accelerator-related docs.
	* en/Gtk/CurrentParagraphAlignmentChangedArgs.xml
	* en/Gtk/CurrentParagraphStyleChangedArgs.xml: Event data docs.

svn path=/trunk/gtk-sharp/; revision=32960
2004-08-28 02:40:04 +00:00

37 lines
1.5 KiB
XML

<Type Name="AccelMapForeach" FullName="Gtk.AccelMapForeach">
<TypeSignature Language="C#" Value="public sealed delegate void AccelMapForeach (IntPtr data, string accel_path, uint accel_key, Gdk.ModifierType accel_mods, bool changed);" Maintainer="auto" />
<AssemblyInfo>
<AssemblyName>gtk-sharp</AssemblyName>
<AssemblyVersion>0.0.0.0</AssemblyVersion>
<Attributes />
</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>
<summary>A delegate for running over each entry in an accelerator.</summary>
<remarks>See <see cref="M:Gtk.Accel.MapForeach"/>.</remarks>
</Docs>
<Base>
<BaseTypeName>System.Delegate</BaseTypeName>
</Base>
<Interfaces>
<Interface>
<InterfaceName>System.ICloneable</InterfaceName>
</Interface>
<Interface>
<InterfaceName>System.Runtime.Serialization.ISerializable</InterfaceName>
</Interface>
</Interfaces>
<Attributes />
<Members />
<Parameters>
<Parameter Name="data" Type="System.IntPtr" />
<Parameter Name="accel_path" Type="System.String" />
<Parameter Name="accel_key" Type="System.UInt32" />
<Parameter Name="accel_mods" Type="Gdk.ModifierType" />
<Parameter Name="changed" Type="System.Boolean" />
</Parameters>
<ReturnValue>
<ReturnType>System.Void</ReturnType>
</ReturnValue>
</Type>