| 12
 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
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
 100
 101
 102
 103
 104
 105
 106
 107
 108
 
 | <Type Name="DestDefaults" FullName="Gtk.DestDefaults">
  <TypeSignature Language="C#" Value="public enum DestDefaults" Maintainer="Jonathan Kessler (Jwkpiano1@comcast.net)" />
  <TypeSignature Language="ILAsm" Value=".class public auto ansi sealed DestDefaults 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.DestDefaultsGType))</AttributeName>
    </Attribute>
    <Attribute>
      <AttributeName>System.Flags</AttributeName>
    </Attribute>
  </Attributes>
  <Docs>
    <summary>
      An enumeration to specify the various courses of action that
      will be taken on behalf of the user for a destination site of a
      drag and drop operation.
    </summary>
    <remarks>
    </remarks>
  </Docs>
  <Members>
    <Member MemberName="All">
      <MemberSignature Language="C#" Value="All" />
      <MemberSignature Language="ILAsm" Value=".field public static literal valuetype Gtk.DestDefaults All = int32(7)" />
      <MemberType>Field</MemberType>
      <ReturnValue>
        <ReturnType>Gtk.DestDefaults</ReturnType>
      </ReturnValue>
      <Parameters>
      </Parameters>
      <Docs>
        <summary>If set, specifies that all default actions should be taken.</summary>
        <remarks>
        </remarks>
      </Docs>
    </Member>
    <Member MemberName="Drop">
      <MemberSignature Language="C#" Value="Drop" />
      <MemberSignature Language="ILAsm" Value=".field public static literal valuetype Gtk.DestDefaults Drop = int32(4)" />
      <MemberType>Field</MemberType>
      <ReturnValue>
        <ReturnType>Gtk.DestDefaults</ReturnType>
      </ReturnValue>
      <Parameters>
      </Parameters>
      <Docs>
        <summary>
          If set for a widget when a drop occurs, Gtk+ will check if
          the drag matches this widget's list of possible targets and
          actions. If so, Gtk+ will call <see cref="M:Gtk.Drag.GetData" /> on behalf of the
          widget. Whether or not the drop is successful, Gtk+ will
          call <see cref="M:Gtk.Drag.Finish" />. If the drag was
          successful, then true will be passed for the del parameter
          to <see cref="M:Gtk.Drag.Finish" />.
        </summary>
        <remarks>
        </remarks>
      </Docs>
    </Member>
    <Member MemberName="Highlight">
      <MemberSignature Language="C#" Value="Highlight" />
      <MemberSignature Language="ILAsm" Value=".field public static literal valuetype Gtk.DestDefaults Highlight = int32(2)" />
      <MemberType>Field</MemberType>
      <ReturnValue>
        <ReturnType>Gtk.DestDefaults</ReturnType>
      </ReturnValue>
      <Parameters>
      </Parameters>
      <Docs>
        <summary>
          If set for a widget, Gtk+ will draw a highlight on this
          widget as long as a drag is over this widget and the widget
          drag format and action are acceptable.
        </summary>
        <remarks>
        </remarks>
      </Docs>
    </Member>
    <Member MemberName="Motion">
      <MemberSignature Language="C#" Value="Motion" />
      <MemberSignature Language="ILAsm" Value=".field public static literal valuetype Gtk.DestDefaults Motion = int32(1)" />
      <MemberType>Field</MemberType>
      <ReturnValue>
        <ReturnType>Gtk.DestDefaults</ReturnType>
      </ReturnValue>
      <Parameters>
      </Parameters>
      <Docs>
        <summary>
          If set for a widget, during a drag, Gtk+ will check if the
          drag matches this widget's list of possible targets and
          actions.
        </summary>
        <remarks>
        </remarks>
      </Docs>
    </Member>
  </Members>
</Type>
 |