mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2024-12-26 04:25:30 +00:00
91d63cee7a
svn path=/trunk/gtk-sharp/; revision=71149
27 lines
1.1 KiB
XML
27 lines
1.1 KiB
XML
<Type Name="Clipboard+RichTextReceivedFunc" FullName="Gtk.Clipboard+RichTextReceivedFunc">
|
|
<TypeSignature Language="C#" Value="public delegate void Clipboard.RichTextReceivedFunc(Clipboard clipboard, 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>
|