no more submodule
This commit is contained in:
76
GtkSharp/Source/OldStuff/doc/en/Gtk/Justification.xml
Normal file
76
GtkSharp/Source/OldStuff/doc/en/Gtk/Justification.xml
Normal file
@@ -0,0 +1,76 @@
|
||||
<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>
|
||||
Reference in New Issue
Block a user