2003-02-12 02:00:12 +00:00
<Type Name= "AttachOptions" FullName= "Gtk.AttachOptions" >
2005-05-23 20:41:51 +00:00
<TypeSignature Language= "C#" Maintainer= "Duncan Mak" Value= "public enum AttachOptions" />
2003-02-12 02:00:12 +00:00
<AssemblyInfo >
<AssemblyName > gtk-sharp</AssemblyName>
2003-12-24 01:35:30 +00:00
<AssemblyPublicKey >
</AssemblyPublicKey>
2005-12-09 23:12:49 +00:00
<AssemblyVersion > 2.8.0.0</AssemblyVersion>
2003-02-12 02:00:12 +00:00
</AssemblyInfo>
2003-02-23 07:26:30 +00:00
<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>
2003-02-12 02:00:12 +00:00
<Docs >
2003-07-16 21:03:40 +00:00
<summary > Denotes the expansion properties that a <see cref= "T:Gtk.Widget" /> will have when it (or its parent) is resized.</summary>
2003-06-24 03:20:31 +00:00
<remarks />
2003-02-12 02:00:12 +00:00
</Docs>
<Base >
<BaseTypeName > System.Enum</BaseTypeName>
</Base>
2005-05-23 20:41:51 +00:00
<Attributes >
<Attribute >
<AttributeName > GLib.GType(WrapperType=typeof(Gtk.AttachOptionsGType))</AttributeName>
</Attribute>
<Attribute >
<AttributeName > System.Flags</AttributeName>
</Attribute>
</Attributes>
2003-02-12 02:00:12 +00:00
<Members >
<Member MemberName= "Expand" >
2003-07-18 02:50:06 +00:00
<MemberSignature Language= "C#" Value= "Expand" />
2003-02-12 02:00:12 +00:00
<MemberType > Field</MemberType>
<ReturnValue >
<ReturnType > Gtk.AttachOptions</ReturnType>
</ReturnValue>
<Parameters />
<Docs >
2003-07-16 21:03:40 +00:00
<summary > The <see cref= "T:Gtk.Widget" /> should expand to take up any extra space in its container that has been allocated.</summary>
2003-06-24 03:20:31 +00:00
<remarks />
2003-02-12 02:00:12 +00:00
</Docs>
</Member>
<Member MemberName= "Shrink" >
2003-07-18 02:50:06 +00:00
<MemberSignature Language= "C#" Value= "Shrink" />
2003-02-12 02:00:12 +00:00
<MemberType > Field</MemberType>
<ReturnValue >
<ReturnType > Gtk.AttachOptions</ReturnType>
</ReturnValue>
<Parameters />
<Docs >
2003-07-16 21:03:40 +00:00
<summary > The <see cref= "T:Gtk.Widget" /> should shrink when possible.</summary>
2003-06-24 03:20:31 +00:00
<remarks />
2003-02-12 02:00:12 +00:00
</Docs>
</Member>
<Member MemberName= "Fill" >
2003-07-18 02:50:06 +00:00
<MemberSignature Language= "C#" Value= "Fill" />
2003-02-12 02:00:12 +00:00
<MemberType > Field</MemberType>
<ReturnValue >
<ReturnType > Gtk.AttachOptions</ReturnType>
</ReturnValue>
<Parameters />
<Docs >
2003-07-16 21:03:40 +00:00
<summary > The <see cref= "T:Gtk.Widget" /> should fill the space allocated to it.</summary>
2003-06-24 03:20:31 +00:00
<remarks />
2003-02-12 02:00:12 +00:00
</Docs>
</Member>
</Members>
2005-05-23 20:41:51 +00:00
</Type>