Ryujinx-GtkSharp/doc/en/Gtk/Justification.xml
Duncan Mak fc1641eafb Documentation for various enumerations and the beginning of the
Gtk.Dialog class.

svn path=/trunk/gtk-sharp/; revision=11663
2003-02-18 01:46:37 +00:00

90 lines
2.9 KiB
XML

<Type Name="Justification" FullName="Gtk.Justification">
<TypeSignature Language="C#" Value="public sealed struct Justification;" Maintainer="Duncan Mak" />
<AssemblyInfo>
<AssemblyName>gtk-sharp</AssemblyName>
<AssemblyVersion>0.0.0.0</AssemblyVersion>
<Attributes />
</AssemblyInfo>
<ThreadSafetyStatement>To be added</ThreadSafetyStatement>
<Docs>
<summary>Used for justifying the text inside a <see cref="T:Gtk.Label"/> widget.</summary>
<remarks>To be added</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="Left">
<MemberSignature Language="C#" Value="public static Gtk.Justification Left;" />
<MemberType>Field</MemberType>
<ReturnValue>
<ReturnType>Gtk.Justification</ReturnType>
</ReturnValue>
<Parameters />
<Docs>
<summary>The text is placed at the left edge of the label.</summary>
<remarks>To be added</remarks>
</Docs>
</Member>
<Member MemberName="Right">
<MemberSignature Language="C#" Value="public static Gtk.Justification Right;" />
<MemberType>Field</MemberType>
<ReturnValue>
<ReturnType>Gtk.Justification</ReturnType>
</ReturnValue>
<Parameters />
<Docs>
<summary>The text is placed at the right edge of the label.</summary>
<remarks>To be added</remarks>
</Docs>
</Member>
<Member MemberName="Center">
<MemberSignature Language="C#" Value="public static Gtk.Justification Center;" />
<MemberType>Field</MemberType>
<ReturnValue>
<ReturnType>Gtk.Justification</ReturnType>
</ReturnValue>
<Parameters />
<Docs>
<summary>The text is placed in the center of the label.</summary>
<remarks>To be added</remarks>
</Docs>
</Member>
<Member MemberName="Fill">
<MemberSignature Language="C#" Value="public static Gtk.Justification Fill;" />
<MemberType>Field</MemberType>
<ReturnValue>
<ReturnType>Gtk.Justification</ReturnType>
</ReturnValue>
<Parameters />
<Docs>
<summary>The text is placed is distributed across the label.</summary>
<remarks>To be added</remarks>
</Docs>
</Member>
<Member MemberName="value__">
<MemberSignature Language="C#" Value="public int 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>