<Type Name="DirectionType" FullName="Gtk.DirectionType">
  <TypeSignature Language="C#" Maintainer="Hector Gomez M" Value="public enum DirectionType" />
  <TypeSignature Language="ILAsm" Value=".class public auto ansi sealed DirectionType 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.DirectionTypeGType))</AttributeName>
    </Attribute>
  </Attributes>
  <Docs>
    <summary>An enumeration used by TextView and Window</summary>
    <remarks>
     This enumeration is used by <see cref="T:Gtk.TextView" /> and <see cref="T:Gdk.Window" /> to decide how focus in the widget behaves.
    </remarks>
  </Docs>
  <Members>
    <Member MemberName="Down">
      <MemberSignature Language="C#" Value="Down" />
      <MemberSignature Language="ILAsm" Value=".field public static literal valuetype Gtk.DirectionType Down = int32(3)" />
      <MemberType>Field</MemberType>
      <ReturnValue>
        <ReturnType>Gtk.DirectionType</ReturnType>
      </ReturnValue>
      <Parameters />
      <Docs>
        <summary> Sets initial focus on the child nearest the top of the container.</summary>
        <remarks>
          <para>
          Sets initial focus on the child nearest the top of the container.
        </para>
        </remarks>
      </Docs>
    </Member>
    <Member MemberName="Left">
      <MemberSignature Language="C#" Value="Left" />
      <MemberSignature Language="ILAsm" Value=".field public static literal valuetype Gtk.DirectionType Left = int32(4)" />
      <MemberType>Field</MemberType>
      <ReturnValue>
        <ReturnType>Gtk.DirectionType</ReturnType>
      </ReturnValue>
      <Parameters />
      <Docs>
        <summary> Sets initial focus on the child nearest the right edge of the container. </summary>
        <remarks>
          <para>
           Sets initial focus on the child nearest the right edge of the container. 
         </para>
        </remarks>
      </Docs>
    </Member>
    <Member MemberName="Right">
      <MemberSignature Language="C#" Value="Right" />
      <MemberSignature Language="ILAsm" Value=".field public static literal valuetype Gtk.DirectionType Right = int32(5)" />
      <MemberType>Field</MemberType>
      <ReturnValue>
        <ReturnType>Gtk.DirectionType</ReturnType>
      </ReturnValue>
      <Parameters />
      <Docs>
        <summary> Sets initial focus on the child nearest the left edge of the container.</summary>
        <remarks>
          Sets initial focus on the child nearest the left edge of the container.
        </remarks>
      </Docs>
    </Member>
    <Member MemberName="TabBackward">
      <MemberSignature Language="C#" Value="TabBackward" />
      <MemberSignature Language="ILAsm" Value=".field public static literal valuetype Gtk.DirectionType TabBackward = int32(1)" />
      <MemberType>Field</MemberType>
      <ReturnValue>
        <ReturnType>Gtk.DirectionType</ReturnType>
      </ReturnValue>
      <Parameters />
      <Docs>
        <summary>Tab backward through the children with focus capability, starting at the right or bottom.</summary>
        <remarks>
          <para>
          Tab backward through the children with focus capability, starting at the right or bottom.
         </para>
        </remarks>
      </Docs>
    </Member>
    <Member MemberName="TabForward">
      <MemberSignature Language="C#" Value="TabForward" />
      <MemberSignature Language="ILAsm" Value=".field public static literal valuetype Gtk.DirectionType TabForward = int32(0)" />
      <MemberType>Field</MemberType>
      <ReturnValue>
        <ReturnType>Gtk.DirectionType</ReturnType>
      </ReturnValue>
      <Parameters />
      <Docs>
        <summary>Tab forward through the children capable of having focus, starting at the left or top.</summary>
        <remarks>
          <para>
           Tab forward through the children capable of having focus, starting at the left or top.
         </para>
        </remarks>
      </Docs>
    </Member>
    <Member MemberName="Up">
      <MemberSignature Language="C#" Value="Up" />
      <MemberSignature Language="ILAsm" Value=".field public static literal valuetype Gtk.DirectionType Up = int32(2)" />
      <MemberType>Field</MemberType>
      <ReturnValue>
        <ReturnType>Gtk.DirectionType</ReturnType>
      </ReturnValue>
      <Parameters />
      <Docs>
        <summary>Sets initial focus on the child nearest the bottom of the container.</summary>
        <remarks>
          <para>
           Sets initial focus on the child nearest the bottom of the container.
         </para>
        </remarks>
      </Docs>
    </Member>
  </Members>
</Type>
