Ryujinx-GtkSharp/doc/en/Gtk/DirectionType.xml

122 lines
4.1 KiB
XML
Raw Normal View History

<Type Name="DirectionType" FullName="Gtk.DirectionType">
<TypeSignature Language="C#" Maintainer="Hector Gomez M" Value="public enum DirectionType" />
<AssemblyInfo>
<AssemblyName>gtk-sharp</AssemblyName>
<AssemblyPublicKey>
</AssemblyPublicKey>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
</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>
<Attributes>
<Attribute>
<AttributeName>GLib.GType(WrapperType=typeof(Gtk.DirectionTypeGType))</AttributeName>
</Attribute>
</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>
</Members>
</Type>