Ryujinx-GtkSharp/doc/en/Gtk/Justification.xml
Mike Kestner 352fc8e849 Run the doc updater
Didn't audit any of this.
2012-03-28 22:10:46 -05:00

77 lines
3.0 KiB
XML

<Type Name="Justification" FullName="Gtk.Justification">
<TypeSignature Language="C#" Maintainer="Duncan Mak" Value="public enum Justification" />
<TypeSignature Language="ILAsm" Value=".class public auto ansi sealed Justification 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.JustificationGType))</AttributeName>
</Attribute>
</Attributes>
<Docs>
<summary>Used for justifying the text inside a <see cref="T:Gtk.Label" /> widget.</summary>
<remarks />
</Docs>
<Members>
<Member MemberName="Center">
<MemberSignature Language="C#" Value="Center" />
<MemberSignature Language="ILAsm" Value=".field public static literal valuetype Gtk.Justification Center = int32(2)" />
<MemberType>Field</MemberType>
<ReturnValue>
<ReturnType>Gtk.Justification</ReturnType>
</ReturnValue>
<Parameters />
<Docs>
<summary>The text is placed in the center of the <see cref="T:Gtk.Label" />.</summary>
<remarks />
</Docs>
</Member>
<Member MemberName="Fill">
<MemberSignature Language="C#" Value="Fill" />
<MemberSignature Language="ILAsm" Value=".field public static literal valuetype Gtk.Justification Fill = int32(3)" />
<MemberType>Field</MemberType>
<ReturnValue>
<ReturnType>Gtk.Justification</ReturnType>
</ReturnValue>
<Parameters />
<Docs>
<summary>The text is placed is distributed across the <see cref="T:Gtk.Label" />.</summary>
<remarks />
</Docs>
</Member>
<Member MemberName="Left">
<MemberSignature Language="C#" Value="Left" />
<MemberSignature Language="ILAsm" Value=".field public static literal valuetype Gtk.Justification Left = int32(0)" />
<MemberType>Field</MemberType>
<ReturnValue>
<ReturnType>Gtk.Justification</ReturnType>
</ReturnValue>
<Parameters />
<Docs>
<summary>The text is placed at the left edge of the <see cref="T:Gtk.Label" />.</summary>
<remarks />
</Docs>
</Member>
<Member MemberName="Right">
<MemberSignature Language="C#" Value="Right" />
<MemberSignature Language="ILAsm" Value=".field public static literal valuetype Gtk.Justification Right = int32(1)" />
<MemberType>Field</MemberType>
<ReturnValue>
<ReturnType>Gtk.Justification</ReturnType>
</ReturnValue>
<Parameters />
<Docs>
<summary>The text is placed at the right edge of the <see cref="T:Gtk.Label" />.</summary>
<remarks />
</Docs>
</Member>
</Members>
</Type>