GtkSharp/doc/en/Gtk/Paned+PanedChild.xml
Mike Kestner b939f1f390 2005-06-16 Mike Kestner <mkestner@novell.com>
* en/*/*.xml : run the versionator to add since elements for 2.4.

svn path=/trunk/gtk-sharp/; revision=46100
2005-06-16 18:56:42 +00:00

57 lines
2 KiB
XML

<Type Name="Paned+PanedChild" FullName="Gtk.Paned+PanedChild">
<TypeSignature Language="C#" Value="public class PanedChild : Gtk.Container+ContainerChild" />
<AssemblyInfo>
<AssemblyName>gtk-sharp</AssemblyName>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Base>
<BaseTypeName>Gtk.Container+ContainerChild</BaseTypeName>
</Base>
<Interfaces />
<Members>
<Member MemberName="Shrink">
<MemberSignature Language="C#" Value="public bool Shrink { set; get; };" />
<MemberType>Property</MemberType>
<Attributes>
<Attribute>
<AttributeName>Gtk.ChildProperty(Name="shrink")</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.Boolean</ReturnType>
</ReturnValue>
<Docs>
<summary>Whether or not the child can be shrunk to less than its <see cref="T:Gtk.Requisition" /></summary>
<value>
<see langword="true" /> if the pane can be adjusted to make the child smaller than its <see cref="T:Gtk.Requisition" /></value>
<remarks>
</remarks>
</Docs>
</Member>
<Member MemberName="Resize">
<MemberSignature Language="C#" Value="public bool Resize { set; get; };" />
<MemberType>Property</MemberType>
<Attributes>
<Attribute>
<AttributeName>Gtk.ChildProperty(Name="resize")</AttributeName>
</Attribute>
</Attributes>
<ReturnValue>
<ReturnType>System.Boolean</ReturnType>
</ReturnValue>
<Docs>
<summary>Whether or not the child resizes with the parent <see cref="T:Gtk.Paned" /></summary>
<value>
<see langword="true" /> if the child should be resized as the parent is resized</value>
<remarks>
</remarks>
</Docs>
</Member>
</Members>
<Docs>
<summary>A child of a <see cref="T:Gtk.Paned" />, used to interact with its container child properties.</summary>
<remarks>
</remarks>
<since version="Gtk# 2.4" />
</Docs>
</Type>