Ryujinx-GtkSharp/doc/en/Gtk/CellAllocCallback.xml
Mike Kestner 352fc8e849 Run the doc updater
Didn't audit any of this.
2012-03-28 22:10:46 -05:00

28 lines
1.1 KiB
XML

<Type Name="CellAllocCallback" FullName="Gtk.CellAllocCallback">
<TypeSignature Language="C#" Value="public delegate bool CellAllocCallback(CellRenderer renderer, Rectangle cell_area, Rectangle cell_background);" />
<TypeSignature Language="ILAsm" Value=".class public auto ansi sealed CellAllocCallback extends System.MulticastDelegate" />
<AssemblyInfo>
<AssemblyName>gtk-sharp</AssemblyName>
</AssemblyInfo>
<Base>
<BaseTypeName>System.Delegate</BaseTypeName>
</Base>
<Parameters>
<Parameter Name="renderer" Type="Gtk.CellRenderer" />
<Parameter Name="cell_area" Type="Gdk.Rectangle" />
<Parameter Name="cell_background" Type="Gdk.Rectangle" />
</Parameters>
<ReturnValue>
<ReturnType>System.Boolean</ReturnType>
</ReturnValue>
<Docs>
<param name="renderer">To be added.</param>
<param name="cell_area">To be added.</param>
<param name="cell_background">To be added.</param>
<summary>To be added.</summary>
<returns>To be added.</returns>
<remarks>To be added.</remarks>
<since version="Gtk# 3.0" />
</Docs>
</Type>