Ryujinx-GtkSharp/doc/en/Gtk/HTMLPrintCalcHeight.xml
Mike Kestner 352fc8e849 Run the doc updater
Didn't audit any of this.
2012-03-28 22:10:46 -05:00

28 lines
992 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>