GtkSharp/doc/en/Gtk/Clipboard+RichTextReceivedFunc.xml
Mike Kestner 9ad00bd861 2006-08-07 Mike Kestner <mkestner@novell.com>
* gtk/Gtk.metadata : markup for new Clipboard Rich text funcs. 
	* gtk/Clipboard.custom : manually implement RequestRichText and
	WaitForRichText methods to deal with array marshaling and delegate
	persistence.

svn path=/trunk/gtk-sharp/; revision=63430
2006-08-07 15:00:16 +00:00

27 lines
1.1 KiB
XML

<Type Name="Clipboard+RichTextReceivedFunc" FullName="Gtk.Clipboard+RichTextReceivedFunc">
<TypeSignature Language="C#" Value="public delegate void RichTextReceivedFunc(Gtk.Clipboard clipboard, Gdk.Atom format, byte[] text);" />
<AssemblyInfo>
<AssemblyName>gtk-sharp</AssemblyName>
<AssemblyVersion>2.10.0.0</AssemblyVersion>
</AssemblyInfo>
<Base>
<BaseTypeName>System.Delegate</BaseTypeName>
</Base>
<Parameters>
<Parameter Name="clipboard" Type="Gtk.Clipboard" />
<Parameter Name="format" Type="Gdk.Atom" />
<Parameter Name="text" Type="System.Byte[]" />
</Parameters>
<ReturnValue>
<ReturnType>System.Void</ReturnType>
</ReturnValue>
<Docs>
<param name="clipboard">the sending clipboard.</param>
<param name="format">format of the contents.</param>
<param name="text">the contents as rich text.</param>
<summary>Clipboard RichTextReceived Callback Delegate.</summary>
<remarks>Provides the clipboard contents as rich text. See <see cref="M:Gtk.Clipboard.RequestRichText" />.</remarks>
<since version="Gtk# 2.10" />
</Docs>
</Type>