Sophie

Sophie

distrib > Mandriva > 9.2 > i586 > media > contrib > by-pkgid > df634f7f22d35db1c99644e5db0b11d9 > files > 540

gtk-sharp-doc-0.11-0.20030831.3mdk.i586.rpm

<Type Name="DirectionType" FullName="Gtk.DirectionType">
  <TypeSignature Language="C#" Maintainer="Hector Gomez M" Value="public enum DirectionType;" />
  <AssemblyInfo>
    <AssemblyName>gtk-sharp</AssemblyName>
    <AssemblyVersion>0.0.0.0</AssemblyVersion>
    <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>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>
  <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="TabForward">
      <MemberSignature Language="C#" Value="TabForward" />
      <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="TabBackward">
      <MemberSignature Language="C#" Value="TabBackward" />
      <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="Up">
      <MemberSignature Language="C#" Value="Up" />
      <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>
    <Member MemberName="Down">
      <MemberSignature Language="C#" Value="Down" />
      <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" />
      <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" />
      <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="value__">
      <MemberSignature Language="C#" Value="value__" />
      <MemberType>Field</MemberType>
      <ReturnValue>
        <ReturnType>System.Int32</ReturnType>
      </ReturnValue>
      <Parameters />
      <Docs>
        <summary>To be added</summary>
        <remarks>To be added</remarks>
      </Docs>
    </Member>
  </Members>
</Type>