File: SpinButtonUpdatePolicy.xml

package info (click to toggle)
gtk-sharp3 2.99.3-4.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 25,488 kB
  • sloc: xml: 308,885; cs: 38,796; sh: 11,336; perl: 1,295; makefile: 1,099; ansic: 903
file content (50 lines) | stat: -rw-r--r-- 2,236 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
<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>