Ryujinx-GtkSharp/doc/en/Gtk/DirectionType.xml
John Luke ec87d5d92d 2003-12-22 John Luke <jluke@cfl.rr.com>
* en/GLib/GType.xml:
	* en/GLib/DefaultSignalHandlerAttribute.xml: added
	* */*/.xml: run updater

svn path=/trunk/gtk-sharp/; revision=21469
2003-12-24 01:35:30 +00:00

141 lines
4.7 KiB
XML

<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>0.0.0.0</AssemblyVersion>
<AssemblyCulture>neutral</AssemblyCulture>
<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>