1 2 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 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126
|
<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>
|