Ryujinx-GtkSharp/doc/en/Gtk/SpinButtonUpdatePolicy.xml
Mike Kestner 352fc8e849 Run the doc updater
Didn't audit any of this.
2012-03-28 22:10:46 -05:00

51 lines
2.2 KiB
XML

<Type Name="SpinButtonUpdatePolicy" FullName="Gtk.SpinButtonUpdatePolicy">
<TypeSignature Language="C#" Maintainer="Lee Mallabone" Value="public enum SpinButtonUpdatePolicy" />
<TypeSignature Language="ILAsm" Value=".class public auto ansi sealed SpinButtonUpdatePolicy extends System.Enum" />
<AssemblyInfo>
<AssemblyName>gtk-sharp</AssemblyName>
<AssemblyPublicKey>
</AssemblyPublicKey>
</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>
<Base>
<BaseTypeName>System.Enum</BaseTypeName>
</Base>
<Attributes>
<Attribute>
<AttributeName>GLib.GType(typeof(Gtk.SpinButtonUpdatePolicyGType))</AttributeName>
</Attribute>
</Attributes>
<Docs>
<summary>Dictates how a <see cref="T:Gtk.SpinButton" /> is refreshed when its value is updated.</summary>
<remarks />
</Docs>
<Members>
<Member MemberName="Always">
<MemberSignature Language="C#" Value="Always" />
<MemberSignature Language="ILAsm" Value=".field public static literal valuetype Gtk.SpinButtonUpdatePolicy Always = int32(0)" />
<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" />
<MemberSignature Language="ILAsm" Value=".field public static literal valuetype Gtk.SpinButtonUpdatePolicy IfValid = int32(1)" />
<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>
</Members>
</Type>