GtkSharp/doc/en/Gtk/HTMLPrintCallback.xml
Mike Kestner f8d36b9453 2005-05-23 Mike Kestner <mkestner@novell.com>
* configure.in.in : add monodocer-fu.

2005-05-23  Mike Kestner  <mkestner@novell.com>

	* Makefile.am : switch to monodocer
	* updater : kill
	* en/*/*.xml : enormo-diff from monodocer first run without --delete.

svn path=/trunk/gtk-sharp/; revision=44915
2005-05-23 20:41:51 +00:00

33 lines
1.5 KiB
XML

<Type Name="HTMLPrintCallback" FullName="Gtk.HTMLPrintCallback">
<TypeSignature Language="C#" Maintainer="auto" Value="public delegate void HTMLPrintCallback(Gtk.HTML html, Gnome.PrintContext print_context, double x, double y, double width, double height);" />
<AssemblyInfo>
<AssemblyName>gtkhtml-sharp</AssemblyName>
<AssemblyVersion>2.0.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="html">To be added.</param>
<param name="print_context">To be added.</param>
<param name="x">To be added.</param>
<param name="y">To be added.</param>
<param name="width">To be added.</param>
<param name="height">To be added.</param>
<summary>Delegate for printing page framing elements.</summary>
<remarks>Used to print headers and footers in <see cref="M:Gtk.HTML.PrintWithHeaderFooter" />.</remarks>
</Docs>
<Base>
<BaseTypeName>System.Delegate</BaseTypeName>
</Base>
<Members />
<Parameters>
<Parameter Name="html" Type="Gtk.HTML" />
<Parameter Name="print_context" Type="Gnome.PrintContext" />
<Parameter Name="x" Type="System.Double" />
<Parameter Name="y" Type="System.Double" />
<Parameter Name="width" Type="System.Double" />
<Parameter Name="height" Type="System.Double" />
</Parameters>
<ReturnValue>
<ReturnType>System.Void</ReturnType>
</ReturnValue>
</Type>