mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2024-12-26 05:55:33 +00:00
1fbcce1452
* gdk/Screen.custom : manually implement FontOptions property so we can use reflection to access the internal Mono.Cairo ctor. * gdk/Gdk.metadata : list marshaling, method-to-property renames, and some hides form manual implementation. Hide gdk_atom_intern_static_string wrapper since it is pointless outside the context of C code. svn path=/trunk/gtk-sharp/; revision=63366
31 lines
1.5 KiB
XML
31 lines
1.5 KiB
XML
<Type Name="SizePreparedHandler" FullName="Gdk.SizePreparedHandler">
|
|
<TypeSignature Language="C#" Maintainer="auto" Value="public delegate void SizePreparedHandler(object o, Gdk.SizePreparedArgs args);" />
|
|
<AssemblyInfo>
|
|
<AssemblyName>gdk-sharp</AssemblyName>
|
|
<AssemblyPublicKey />
|
|
<AssemblyVersion>2.10.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="o">To be added.</param>
|
|
<param name="args">To be added.</param>
|
|
<summary>Event handler.</summary>
|
|
<remarks>
|
|
<para>The <see cref="M:Gdk.PixbufLoader.SizePrepared" /> event utilizes this delegate:</para>
|
|
<para>Event data is passed via the <see cref="T:Gdk.SizePreparedArgs" /> parameter.</para>
|
|
<para>To attach a <see cref="T:Gdk.SizePreparedHandler" /> to an event, add the SizePreparedHandler instance to the event. The methods referenced by the SizePreparedHandler instance are invoked whenever the event is raised, until the SizePreparedHandler is removed from the event.</para>
|
|
</remarks>
|
|
</Docs>
|
|
<Base>
|
|
<BaseTypeName>System.Delegate</BaseTypeName>
|
|
</Base>
|
|
<Members />
|
|
<Parameters>
|
|
<Parameter Name="o" Type="System.Object" />
|
|
<Parameter Name="args" Type="Gdk.SizePreparedArgs" />
|
|
</Parameters>
|
|
<ReturnValue>
|
|
<ReturnType>System.Void</ReturnType>
|
|
</ReturnValue>
|
|
</Type>
|