2006-08-07 15:00:16 +00:00
|
|
|
<Type Name="Clipboard+RichTextReceivedFunc" FullName="Gtk.Clipboard+RichTextReceivedFunc">
|
2007-01-16 16:18:05 +00:00
|
|
|
<TypeSignature Language="C#" Value="public delegate void Clipboard.RichTextReceivedFunc(Clipboard clipboard, Atom format, byte[] text);" />
|
2006-08-07 15:00:16 +00:00
|
|
|
<AssemblyInfo>
|
|
|
|
<AssemblyName>gtk-sharp</AssemblyName>
|
2007-12-06 18:37:54 +00:00
|
|
|
<AssemblyVersion>2.12.0.0</AssemblyVersion>
|
2006-08-07 15:00:16 +00:00
|
|
|
</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>
|