Ryujinx-GtkSharp/doc/en/Gtk/Paned+PanedChild.xml
Miguel de Icaza 9af713e759 Revert mistake
svn path=/trunk/gtk-sharp/; revision=49389
2005-09-03 04:11:38 +00:00

58 lines
2.0 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.6.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>