2003-02-12 02:00:12 +00:00
<Type Name= "SpinButtonUpdatePolicy" FullName= "Gtk.SpinButtonUpdatePolicy" >
2005-05-23 20:41:51 +00:00
<TypeSignature Language= "C#" Maintainer= "Lee Mallabone" Value= "public enum SpinButtonUpdatePolicy" />
2011-11-09 16:01:51 +00:00
<TypeSignature Language= "ILAsm" Value= ".class public auto ansi sealed SpinButtonUpdatePolicy extends System.Enum" />
2003-02-12 02:00:12 +00:00
<AssemblyInfo >
<AssemblyName > gtk-sharp</AssemblyName>
2003-12-24 01:35:30 +00:00
<AssemblyPublicKey >
</AssemblyPublicKey>
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
<Base >
<BaseTypeName > System.Enum</BaseTypeName>
</Base>
2005-05-23 20:41:51 +00:00
<Attributes >
<Attribute >
2007-01-16 16:18:05 +00:00
<AttributeName > GLib.GType(typeof(Gtk.SpinButtonUpdatePolicyGType))</AttributeName>
2005-05-23 20:41:51 +00:00
</Attribute>
</Attributes>
2011-11-09 16:01:51 +00:00
<Docs >
<summary > Dictates how a <see cref= "T:Gtk.SpinButton" /> is refreshed when its value is updated.</summary>
<remarks />
</Docs>
2003-02-12 02:00:12 +00:00
<Members >
<Member MemberName= "Always" >
2003-07-18 02:50:06 +00:00
<MemberSignature Language= "C#" Value= "Always" />
2011-11-09 16:01:51 +00:00
<MemberSignature Language= "ILAsm" Value= ".field public static literal valuetype Gtk.SpinButtonUpdatePolicy Always = int32(0)" />
2003-02-12 02:00:12 +00:00
<MemberType > Field</MemberType>
<ReturnValue >
<ReturnType > Gtk.SpinButtonUpdatePolicy</ReturnType>
</ReturnValue>
<Parameters />
<Docs >
2003-03-07 01:30:00 +00:00
<summary > When refreshing a <see cref= "T:Gtk.SpinButton" /> , the value is always displayed.</summary>
<remarks />
2003-02-12 02:00:12 +00:00
</Docs>
</Member>
<Member MemberName= "IfValid" >
2003-07-18 02:50:06 +00:00
<MemberSignature Language= "C#" Value= "IfValid" />
2011-11-09 16:01:51 +00:00
<MemberSignature Language= "ILAsm" Value= ".field public static literal valuetype Gtk.SpinButtonUpdatePolicy IfValid = int32(1)" />
2003-02-12 02:00:12 +00:00
<MemberType > Field</MemberType>
<ReturnValue >
<ReturnType > Gtk.SpinButtonUpdatePolicy</ReturnType>
</ReturnValue>
<Parameters />
<Docs >
2003-03-07 01:30:00 +00:00
<summary > When refreshing a <see cref= "T:Gtk.SpinButton" /> , the value is only displayed if it is valid. A value is valid if it lies within the bounds of the spin button's <see cref= "T:Gtk.Adjustment" /> .</summary>
<remarks />
2003-02-12 02:00:12 +00:00
</Docs>
</Member>
</Members>
2005-05-23 20:41:51 +00:00
</Type>