a001a03980
* en/Gtk/ToolbarChildType.xml: add first draft * en/Gtk/SortType.xml: update * en/Gtk/SizeGroupMode.xml: update * en/Gtk/ShadowType.xml: update * en/Gtk/PolicyType.xml: update * en/Gtk/PackType.xml: update * en/Gtk/Justification.xml: update * en/Gtk/CurveType.xml: update * en/Gtk/AttachOptions.xml: update svn path=/trunk/gtk-sharp/; revision=15596
78 lines
2.7 KiB
XML
78 lines
2.7 KiB
XML
<Type Name="AttachOptions" FullName="Gtk.AttachOptions">
|
|
<TypeSignature Language="C#" Value="public sealed struct AttachOptions;" Maintainer="Duncan Mak" />
|
|
<AssemblyInfo>
|
|
<AssemblyName>gtk-sharp</AssemblyName>
|
|
<AssemblyVersion>0.0.0.0</AssemblyVersion>
|
|
<Attributes />
|
|
</AssemblyInfo>
|
|
<ThreadSafetyStatement>Gtk# is thread aware, but not thread safe; See the <link location="node:gtk-sharp/programming/threads">Gtk# Thread Programming</link> for details.</ThreadSafetyStatement>
|
|
<Docs>
|
|
<summary>Denotes the expansion properties that a <see cref="T:Gtk.Widget"/> will have when it (or its parent) is resized.</summary>
|
|
<remarks />
|
|
</Docs>
|
|
<Base>
|
|
<BaseTypeName>System.Enum</BaseTypeName>
|
|
</Base>
|
|
<Interfaces>
|
|
<Interface>
|
|
<InterfaceName>System.IComparable</InterfaceName>
|
|
</Interface>
|
|
<Interface>
|
|
<InterfaceName>System.IConvertible</InterfaceName>
|
|
</Interface>
|
|
<Interface>
|
|
<InterfaceName>System.IFormattable</InterfaceName>
|
|
</Interface>
|
|
</Interfaces>
|
|
<Attributes />
|
|
<Members>
|
|
<Member MemberName="Expand">
|
|
<MemberSignature Language="C#" Value="public static Gtk.AttachOptions Expand;" />
|
|
<MemberType>Field</MemberType>
|
|
<ReturnValue>
|
|
<ReturnType>Gtk.AttachOptions</ReturnType>
|
|
</ReturnValue>
|
|
<Parameters />
|
|
<Docs>
|
|
<summary>The <see cref="T:Gtk.Widget"/> should expand to take up any extra space in its container that has been allocated.</summary>
|
|
<remarks />
|
|
</Docs>
|
|
</Member>
|
|
<Member MemberName="Shrink">
|
|
<MemberSignature Language="C#" Value="public static Gtk.AttachOptions Shrink;" />
|
|
<MemberType>Field</MemberType>
|
|
<ReturnValue>
|
|
<ReturnType>Gtk.AttachOptions</ReturnType>
|
|
</ReturnValue>
|
|
<Parameters />
|
|
<Docs>
|
|
<summary>The <see cref="T:Gtk.Widget"/> should shrink when possible.</summary>
|
|
<remarks />
|
|
</Docs>
|
|
</Member>
|
|
<Member MemberName="Fill">
|
|
<MemberSignature Language="C#" Value="public static Gtk.AttachOptions Fill;" />
|
|
<MemberType>Field</MemberType>
|
|
<ReturnValue>
|
|
<ReturnType>Gtk.AttachOptions</ReturnType>
|
|
</ReturnValue>
|
|
<Parameters />
|
|
<Docs>
|
|
<summary>The <see cref="T:Gtk.Widget"/> should fill the space allocated to it.</summary>
|
|
<remarks />
|
|
</Docs>
|
|
</Member>
|
|
<Member MemberName="value__">
|
|
<MemberSignature Language="C#" Value="public int value__;" />
|
|
<MemberType>Field</MemberType>
|
|
<ReturnValue>
|
|
<ReturnType>System.Int32</ReturnType>
|
|
</ReturnValue>
|
|
<Parameters />
|
|
<Docs>
|
|
<summary>To be added</summary>
|
|
<remarks>To be added</remarks>
|
|
</Docs>
|
|
</Member>
|
|
</Members>
|
|
</Type>
|