Ryujinx-GtkSharp/doc/en/Gtk/Paned+PanedChild.xml
Mike Kestner 91d63cee7a updates to latest monodocer -pretty
svn path=/trunk/gtk-sharp/; revision=71149
2007-01-16 16:18:05 +00:00

58 lines
2.0 KiB
XML

<Type Name="Paned+PanedChild" FullName="Gtk.Paned+PanedChild">
<TypeSignature Language="C#" Value="public class Paned.PanedChild : Gtk.Container.ContainerChild" />
<AssemblyInfo>
<AssemblyName>gtk-sharp</AssemblyName>
<AssemblyVersion>2.10.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("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("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>