Ryujinx-GtkSharp/doc/en/Gtk/SpinButtonUpdatePolicy.xml
Lee Mallabone e0bb987aa5 First draft of documentation for SpinButton related things.
svn path=/trunk/gtk-sharp/; revision=12107
2003-03-02 21:16:32 +00:00

66 lines
2.4 KiB
XML

<Type Name="SpinButtonUpdatePolicy" FullName="Gtk.SpinButtonUpdatePolicy">
<TypeSignature Language="C#" Value="public sealed struct SpinButtonUpdatePolicy;" Maintainer="Lee Mallabone" />
<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>Dictates how a <see cref="T:Gtk.SpinButton"/> is refreshed when its value is updated.</summary>
<remarks></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="Always">
<MemberSignature Language="C#" Value="public static Gtk.SpinButtonUpdatePolicy Always;" />
<MemberType>Field</MemberType>
<ReturnValue>
<ReturnType>Gtk.SpinButtonUpdatePolicy</ReturnType>
</ReturnValue>
<Parameters />
<Docs>
<summary>When refreshing a <see cref="T:Gtk.SpinButton"/>, the value is always displayed.</summary>
<remarks></remarks>
</Docs>
</Member>
<Member MemberName="IfValid">
<MemberSignature Language="C#" Value="public static Gtk.SpinButtonUpdatePolicy IfValid;" />
<MemberType>Field</MemberType>
<ReturnValue>
<ReturnType>Gtk.SpinButtonUpdatePolicy</ReturnType>
</ReturnValue>
<Parameters />
<Docs>
<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></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>