Ryujinx-GtkSharp/doc/en/Gtk/WindowKeysForeachFunc.xml

30 lines
1.3 KiB
XML
Raw Normal View History

<Type Name="WindowKeysForeachFunc" FullName="Gtk.WindowKeysForeachFunc">
<TypeSignature Language="C#" Maintainer="auto" Value="public delegate void WindowKeysForeachFunc(Window window, uint keyval, ModifierType modifiers, bool is_mnemonic);" />
<AssemblyInfo>
<AssemblyName>gtk-sharp</AssemblyName>
<AssemblyVersion>2.12.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="window">To be added.</param>
<param name="keyval">To be added.</param>
<param name="modifiers">To be added.</param>
<param name="is_mnemonic">To be added.</param>
<summary>Delegate class.</summary>
<remarks>TODO: There are no references to this class elsewhere in the doc; is it obsolete?</remarks>
</Docs>
<Base>
<BaseTypeName>System.Delegate</BaseTypeName>
</Base>
<Members />
<Parameters>
<Parameter Name="window" Type="Gtk.Window" />
<Parameter Name="keyval" Type="System.UInt32" />
<Parameter Name="modifiers" Type="Gdk.ModifierType" />
<Parameter Name="is_mnemonic" Type="System.Boolean" />
</Parameters>
<ReturnValue>
<ReturnType>System.Void</ReturnType>
</ReturnValue>
</Type>