2003-02-12 02:00:12 +00:00
<Type Name= "Justification" FullName= "Gtk.Justification" >
2003-07-16 21:03:40 +00:00
<TypeSignature Language= "C#" Maintainer= "Duncan Mak" Value= "public enum Justification;" />
2003-02-12 02:00:12 +00:00
<AssemblyInfo >
<AssemblyName > gtk-sharp</AssemblyName>
<AssemblyVersion > 0.0.0.0</AssemblyVersion>
<Attributes />
</AssemblyInfo>
2003-02-23 07:26:30 +00:00
<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>
2003-02-12 02:00:12 +00:00
<Docs >
2003-02-23 07:26:30 +00:00
<summary > Used for justifying the text inside a <see cref= "T:Gtk.Label" /> widget.</summary>
2003-06-24 03:20:31 +00:00
<remarks />
2003-02-12 02:00:12 +00:00
</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" >
2003-07-17 06:38:40 +00:00
<MemberSignature Language= "C#" Value= "Left;" />
2003-02-12 02:00:12 +00:00
<MemberType > Field</MemberType>
<ReturnValue >
<ReturnType > Gtk.Justification</ReturnType>
</ReturnValue>
<Parameters />
<Docs >
2003-07-16 21:03:40 +00:00
<summary > The text is placed at the left edge of the <see cref= "T:Gtk.Label" /> .</summary>
2003-06-24 03:20:31 +00:00
<remarks />
2003-02-12 02:00:12 +00:00
</Docs>
</Member>
<Member MemberName= "Right" >
2003-07-17 06:38:40 +00:00
<MemberSignature Language= "C#" Value= "Right;" />
2003-02-12 02:00:12 +00:00
<MemberType > Field</MemberType>
<ReturnValue >
<ReturnType > Gtk.Justification</ReturnType>
</ReturnValue>
<Parameters />
<Docs >
2003-07-16 21:03:40 +00:00
<summary > The text is placed at the right edge of the <see cref= "T:Gtk.Label" /> .</summary>
2003-06-24 03:20:31 +00:00
<remarks />
2003-02-12 02:00:12 +00:00
</Docs>
</Member>
<Member MemberName= "Center" >
2003-07-17 06:38:40 +00:00
<MemberSignature Language= "C#" Value= "Center;" />
2003-02-12 02:00:12 +00:00
<MemberType > Field</MemberType>
<ReturnValue >
<ReturnType > Gtk.Justification</ReturnType>
</ReturnValue>
<Parameters />
<Docs >
2003-07-16 21:03:40 +00:00
<summary > The text is placed in the center of the <see cref= "T:Gtk.Label" /> .</summary>
2003-06-24 03:20:31 +00:00
<remarks />
2003-02-12 02:00:12 +00:00
</Docs>
</Member>
<Member MemberName= "Fill" >
2003-07-17 06:38:40 +00:00
<MemberSignature Language= "C#" Value= "Fill;" />
2003-02-12 02:00:12 +00:00
<MemberType > Field</MemberType>
<ReturnValue >
<ReturnType > Gtk.Justification</ReturnType>
</ReturnValue>
<Parameters />
<Docs >
2003-07-16 21:03:40 +00:00
<summary > The text is placed is distributed across the <see cref= "T:Gtk.Label" /> .</summary>
2003-06-24 03:20:31 +00:00
<remarks />
2003-02-12 02:00:12 +00:00
</Docs>
</Member>
<Member MemberName= "value__" >
2003-07-17 06:38:40 +00:00
<MemberSignature Language= "C#" Value= "value__;" />
2003-02-12 02:00:12 +00:00
<MemberType > Field</MemberType>
<ReturnValue >
<ReturnType > System.Int32</ReturnType>
</ReturnValue>
<Parameters />
<Docs >
<summary > To be added</summary>
<remarks > To be added</remarks>
</Docs>
</Member>
</Members>
2003-07-16 21:03:40 +00:00
</Type>