no more submodule
This commit is contained in:
89
GtkSharp/Source/OldStuff/doc/en/Gtk/ButtonBoxStyle.xml
Normal file
89
GtkSharp/Source/OldStuff/doc/en/Gtk/ButtonBoxStyle.xml
Normal file
@@ -0,0 +1,89 @@
|
||||
<Type Name="ButtonBoxStyle" FullName="Gtk.ButtonBoxStyle">
|
||||
<TypeSignature Language="C#" Maintainer="Lee Mallabone" Value="public enum ButtonBoxStyle" />
|
||||
<TypeSignature Language="ILAsm" Value=".class public auto ansi sealed ButtonBoxStyle 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.ButtonBoxStyleGType))</AttributeName>
|
||||
</Attribute>
|
||||
</Attributes>
|
||||
<Docs>
|
||||
<summary>Used to dictate the style that a <see cref="T:Gtk.ButtonBox" /> uses to layout the buttons it contains. (See also: <see cref="T:Gtk.VButtonBox" /> and <see cref="T:Gtk.HButtonBox" />).</summary>
|
||||
<remarks />
|
||||
</Docs>
|
||||
<Members>
|
||||
<Member MemberName="Center">
|
||||
<MemberSignature Language="C#" Value="Center" />
|
||||
<MemberSignature Language="ILAsm" Value=".field public static literal valuetype Gtk.ButtonBoxStyle Center = int32(5)" />
|
||||
<MemberType>Field</MemberType>
|
||||
<ReturnValue>
|
||||
<ReturnType>Gtk.ButtonBoxStyle</ReturnType>
|
||||
</ReturnValue>
|
||||
<Docs>
|
||||
<summary>To be added.</summary>
|
||||
<since version="Gtk# 2.12" />
|
||||
</Docs>
|
||||
</Member>
|
||||
<Member MemberName="Edge">
|
||||
<MemberSignature Language="C#" Value="Edge" />
|
||||
<MemberSignature Language="ILAsm" Value=".field public static literal valuetype Gtk.ButtonBoxStyle Edge = int32(2)" />
|
||||
<MemberType>Field</MemberType>
|
||||
<ReturnValue>
|
||||
<ReturnType>Gtk.ButtonBoxStyle</ReturnType>
|
||||
</ReturnValue>
|
||||
<Parameters />
|
||||
<Docs>
|
||||
<summary>Buttons are placed at the edges of the ButtonBox.</summary>
|
||||
<remarks />
|
||||
</Docs>
|
||||
</Member>
|
||||
<Member MemberName="End">
|
||||
<MemberSignature Language="C#" Value="End" />
|
||||
<MemberSignature Language="ILAsm" Value=".field public static literal valuetype Gtk.ButtonBoxStyle End = int32(4)" />
|
||||
<MemberType>Field</MemberType>
|
||||
<ReturnValue>
|
||||
<ReturnType>Gtk.ButtonBoxStyle</ReturnType>
|
||||
</ReturnValue>
|
||||
<Parameters />
|
||||
<Docs>
|
||||
<summary>Buttons are grouped towards the end of a box, (on the right for a <see cref="T:Gtk.HBox" />, or the bottom for a <see cref="T:Gtk.VBox" />).</summary>
|
||||
<remarks>
|
||||
</remarks>
|
||||
</Docs>
|
||||
</Member>
|
||||
<Member MemberName="Spread">
|
||||
<MemberSignature Language="C#" Value="Spread" />
|
||||
<MemberSignature Language="ILAsm" Value=".field public static literal valuetype Gtk.ButtonBoxStyle Spread = int32(1)" />
|
||||
<MemberType>Field</MemberType>
|
||||
<ReturnValue>
|
||||
<ReturnType>Gtk.ButtonBoxStyle</ReturnType>
|
||||
</ReturnValue>
|
||||
<Parameters />
|
||||
<Docs>
|
||||
<summary>Buttons are evenly spread across the ButtonBox.</summary>
|
||||
<remarks />
|
||||
</Docs>
|
||||
</Member>
|
||||
<Member MemberName="Start">
|
||||
<MemberSignature Language="C#" Value="Start" />
|
||||
<MemberSignature Language="ILAsm" Value=".field public static literal valuetype Gtk.ButtonBoxStyle Start = int32(3)" />
|
||||
<MemberType>Field</MemberType>
|
||||
<ReturnValue>
|
||||
<ReturnType>Gtk.ButtonBoxStyle</ReturnType>
|
||||
</ReturnValue>
|
||||
<Parameters />
|
||||
<Docs>
|
||||
<summary>Buttons are grouped towards the start of box, (on the left for a <see cref="T:Gtk.HButtonBox" />, or the top for a <see cref="T:Gtk.VButtonBox" />).</summary>
|
||||
<remarks />
|
||||
</Docs>
|
||||
</Member>
|
||||
</Members>
|
||||
</Type>
|
||||
Reference in New Issue
Block a user