Ryujinx-GtkSharp/doc/en/Gtk/SpinButtonUpdatePolicy.xml

70 lines
2.4 KiB
XML
Raw Normal View History

<Type Name="SpinButtonUpdatePolicy" FullName="Gtk.SpinButtonUpdatePolicy">
<TypeSignature Language="C#" Maintainer="Lee Mallabone" Value="public enum SpinButtonUpdatePolicy;" />
<AssemblyInfo>
<AssemblyName>gtk-sharp</AssemblyName>
<AssemblyPublicKey>
</AssemblyPublicKey>
<AssemblyVersion>0.0.0.0</AssemblyVersion>
<AssemblyCulture>neutral</AssemblyCulture>
<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 />
</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="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 />
</Docs>
</Member>
<Member MemberName="IfValid">
<MemberSignature Language="C#" Value="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 />
</Docs>
</Member>
<Member MemberName="value__">
<MemberSignature Language="C#" Value="value__" />
<MemberType>Field</MemberType>
<ReturnValue>
<ReturnType>System.Int32</ReturnType>
</ReturnValue>
<Parameters>
</Parameters>
<Docs>
<summary>Internal field.</summary>
<remarks>Do not use.</remarks>
</Docs>
</Member>
</Members>
</Type>