no more submodule
This commit is contained in:
27
GtkSharp/Source/OldStuff/doc/en/Gtk/CellAllocCallback.xml
Normal file
27
GtkSharp/Source/OldStuff/doc/en/Gtk/CellAllocCallback.xml
Normal file
@@ -0,0 +1,27 @@
|
||||
<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>
|
||||
Reference in New Issue
Block a user