mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2024-12-26 05:25:34 +00:00
51edec5cee
svn path=/trunk/gtk-sharp/; revision=97086
27 lines
991 B
XML
27 lines
991 B
XML
<Type Name="HTMLPrintCalcHeight" FullName="Gtk.HTMLPrintCalcHeight">
|
|
<TypeSignature Language="C#" Value="public delegate int HTMLPrintCalcHeight(HTML html, PrintOperation operation, PrintContext context);" />
|
|
<AssemblyInfo>
|
|
<AssemblyName>gtkhtml-sharp</AssemblyName>
|
|
<AssemblyVersion>3.16.0.0</AssemblyVersion>
|
|
</AssemblyInfo>
|
|
<Base>
|
|
<BaseTypeName>System.Delegate</BaseTypeName>
|
|
</Base>
|
|
<Parameters>
|
|
<Parameter Name="html" Type="Gtk.HTML" />
|
|
<Parameter Name="operation" Type="Gtk.PrintOperation" />
|
|
<Parameter Name="context" Type="Gtk.PrintContext" />
|
|
</Parameters>
|
|
<ReturnValue>
|
|
<ReturnType>System.Int32</ReturnType>
|
|
</ReturnValue>
|
|
<Docs>
|
|
<param name="html">To be added.</param>
|
|
<param name="operation">To be added.</param>
|
|
<param name="context">To be added.</param>
|
|
<summary>To be added.</summary>
|
|
<returns>To be added.</returns>
|
|
<remarks>To be added.</remarks>
|
|
<since version="GtkHtml# 3.14" />
|
|
</Docs>
|
|
</Type> |