Ryujinx-GtkSharp/doc/en/Gtk/AccelFlags.xml
Mike Kestner 3402acb805 assembly version updates for 2.12
svn path=/trunk/gtk-sharp/; revision=90841
2007-12-06 18:37:54 +00:00

76 lines
3.0 KiB
XML

<Type Name="AccelFlags" FullName="Gtk.AccelFlags">
<TypeSignature Language="C#" Maintainer="Hector Gomez M" Value="public enum AccelFlags" />
<AssemblyInfo>
<AssemblyName>gtk-sharp</AssemblyName>
<AssemblyPublicKey>
</AssemblyPublicKey>
<AssemblyVersion>2.12.0.0</AssemblyVersion>
</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>
<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>
<Base>
<BaseTypeName>System.Enum</BaseTypeName>
</Base>
<Attributes>
<Attribute>
<AttributeName>GLib.GType(typeof(Gtk.AccelFlagsGType))</AttributeName>
</Attribute>
<Attribute>
<AttributeName>System.Flags</AttributeName>
</Attribute>
</Attributes>
<Members>
<Member MemberName="Visible">
<MemberSignature Language="C#" Value="Visible" />
<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>
<Member MemberName="Locked">
<MemberSignature Language="C#" Value="Locked" />
<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" />
<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>
</Members>
</Type>