no more submodule
This commit is contained in:
78
GtkSharp/Source/OldStuff/doc/en/Gtk/AccelFlags.xml
Normal file
78
GtkSharp/Source/OldStuff/doc/en/Gtk/AccelFlags.xml
Normal file
@@ -0,0 +1,78 @@
|
||||
<Type Name="AccelFlags" FullName="Gtk.AccelFlags">
|
||||
<TypeSignature Language="C#" Maintainer="Hector Gomez M" Value="public enum AccelFlags" />
|
||||
<TypeSignature Language="ILAsm" Value=".class public auto ansi sealed AccelFlags 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.AccelFlagsGType))</AttributeName>
|
||||
</Attribute>
|
||||
<Attribute>
|
||||
<AttributeName>System.Flags</AttributeName>
|
||||
</Attribute>
|
||||
</Attributes>
|
||||
<Docs>
|
||||
<summary>An enumeration used by AccelLabel</summary>
|
||||
<remarks>
|
||||
<para>
|
||||
This enumeration is used by <see cref="T:Gtk.AccelLabel" /> to decide to display or not display an accelerator key and to know if an accelerator key is removable.
|
||||
</para>
|
||||
</remarks>
|
||||
</Docs>
|
||||
<Members>
|
||||
<Member MemberName="Locked">
|
||||
<MemberSignature Language="C#" Value="Locked" />
|
||||
<MemberSignature Language="ILAsm" Value=".field public static literal valuetype Gtk.AccelFlags Locked = int32(2)" />
|
||||
<MemberType>Field</MemberType>
|
||||
<ReturnValue>
|
||||
<ReturnType>Gtk.AccelFlags</ReturnType>
|
||||
</ReturnValue>
|
||||
<Parameters />
|
||||
<Docs>
|
||||
<summary>Determines if the accelerator key is removable by <see cref="T:Gtk.AccelLabel" /></summary>
|
||||
<remarks>
|
||||
<para>Determines if the accelerator key is removable by <see cref="T:Gtk.AccelLabel" /></para>
|
||||
</remarks>
|
||||
</Docs>
|
||||
</Member>
|
||||
<Member MemberName="Mask">
|
||||
<MemberSignature Language="C#" Value="Mask" />
|
||||
<MemberSignature Language="ILAsm" Value=".field public static literal valuetype Gtk.AccelFlags Mask = int32(7)" />
|
||||
<MemberType>Field</MemberType>
|
||||
<ReturnValue>
|
||||
<ReturnType>Gtk.AccelFlags</ReturnType>
|
||||
</ReturnValue>
|
||||
<Parameters />
|
||||
<Docs>
|
||||
<summary>Returns full information for <see cref="T:Gtk.AccelGroupEntry" />, displaying any modifiers, the accelerator key and the name of the associated signal to the right of any existing <see cref="T:Gtk.AccelLabel" /> text.</summary>
|
||||
<remarks>
|
||||
<para>
|
||||
Returns full information for a <see cref="T:Gtk.AccelGroupEntry" />(the individual element in a GtkAccelGroup array), displaying any modifiers, the accelerator key and the name of the associated signal to the right of any existing <see cref="T:Gtk.AccelLabel" /> text.
|
||||
</para>
|
||||
</remarks>
|
||||
</Docs>
|
||||
</Member>
|
||||
<Member MemberName="Visible">
|
||||
<MemberSignature Language="C#" Value="Visible" />
|
||||
<MemberSignature Language="ILAsm" Value=".field public static literal valuetype Gtk.AccelFlags Visible = int32(1)" />
|
||||
<MemberType>Field</MemberType>
|
||||
<ReturnValue>
|
||||
<ReturnType>Gtk.AccelFlags</ReturnType>
|
||||
</ReturnValue>
|
||||
<Parameters />
|
||||
<Docs>
|
||||
<summary>Determines if <see cref="T:Gtk.AccelLabel" /> will display the accelerator key or not.</summary>
|
||||
<remarks>
|
||||
<para>Determines if <see cref="T:Gtk.AccelLabel" /> will display the accelerator key or not.</para>
|
||||
</remarks>
|
||||
</Docs>
|
||||
</Member>
|
||||
</Members>
|
||||
</Type>
|
||||
Reference in New Issue
Block a user