mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2024-12-26 18:35:38 +00:00
fdcc41a70b
* pango/Pango.metadata : metadata for the pango audit. * pango/*.custom : customizations to fix audited API. * doc/en/* : docs for some api changes and additions. * glib/Marshaller.cs : some gunichar marshal-fu. * glib/glue/unichar.c : a new glue method. svn path=/trunk/gtk-sharp/; revision=32462
37 lines
1.7 KiB
XML
37 lines
1.7 KiB
XML
<Type Name="UnmapEventHandler" FullName="Gtk.UnmapEventHandler">
|
|
<TypeSignature Language="C#" Maintainer="auto" Value="public sealed delegate void UnmapEventHandler (object o, Gtk.UnmapEventArgs args);" />
|
|
<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>Event handler. Called whenever a widget is unmapped--- that is, whenever its window is hidden.</summary>
|
|
<remarks>
|
|
<para>The <see cref="M:Gtk.Widget.UnmapEvent" /> event utilizes this delegate:</para>
|
|
<para>Event data is passed via the <see cref="T:Gtk.UnmapEventArgs" /> parameter.</para>
|
|
<para>To attach a <see cref="T:Gtk.UnmapEventHandler" /> to an event, add the UnmapEventHandler instance to the event. The methods referenced by the UnmapEventHandler instance are invoked whenever the event is raised, until the UnmapEventHandler is removed from the event.</para>
|
|
</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="o" Type="System.Object" />
|
|
<Parameter Name="args" Type="Gtk.UnmapEventArgs" />
|
|
</Parameters>
|
|
<ReturnValue>
|
|
<ReturnType>System.Void</ReturnType>
|
|
</ReturnValue>
|
|
</Type> |