mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2024-12-26 23:25:36 +00:00
51edec5cee
svn path=/trunk/gtk-sharp/; revision=97086
30 lines
1.1 KiB
XML
30 lines
1.1 KiB
XML
<Type Name="HTMLPrintDrawFunc" FullName="Gtk.HTMLPrintDrawFunc">
|
|
<TypeSignature Language="C#" Value="public delegate void HTMLPrintDrawFunc(HTML html, PrintOperation operation, PrintContext context, int page_nr, Rectangle rec);" />
|
|
<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" />
|
|
<Parameter Name="page_nr" Type="System.Int32" />
|
|
<Parameter Name="rec" Type="Pango.Rectangle" />
|
|
</Parameters>
|
|
<ReturnValue>
|
|
<ReturnType>System.Void</ReturnType>
|
|
</ReturnValue>
|
|
<Docs>
|
|
<param name="html">To be added.</param>
|
|
<param name="operation">To be added.</param>
|
|
<param name="context">To be added.</param>
|
|
<param name="page_nr">To be added.</param>
|
|
<param name="rec">To be added.</param>
|
|
<summary>To be added.</summary>
|
|
<remarks>To be added.</remarks>
|
|
<since version="GtkHtml# 3.14" />
|
|
</Docs>
|
|
</Type> |