2003-02-12 02:00:12 +00:00
<Type Name= "SpinButtonUpdatePolicy" FullName= "Gtk.SpinButtonUpdatePolicy" >
2003-07-16 21:03:40 +00:00
<TypeSignature Language= "C#" Maintainer= "Lee Mallabone" Value= "public enum SpinButtonUpdatePolicy;" />
2003-02-12 02:00:12 +00:00
<AssemblyInfo >
<AssemblyName > gtk-sharp</AssemblyName>
<AssemblyVersion > 0.0.0.0</AssemblyVersion>
<Attributes />
</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-03-07 01:30:00 +00:00
<summary > Dictates how a <see cref= "T:Gtk.SpinButton" /> is refreshed when its value is updated.</summary>
<remarks />
2003-02-12 02:00:12 +00:00
</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= "Always" >
2003-07-16 21:03:40 +00:00
<MemberSignature Language= "C#" Value= " Always;" />
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-16 21:03:40 +00:00
<MemberSignature Language= "C#" Value= " IfValid;" />
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>
<Member MemberName= "value__" >
2003-07-16 21:03:40 +00:00
<MemberSignature Language= "C#" Value= " value__;" />
2003-02-12 02:00:12 +00:00
<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>