mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2024-12-26 18:15:41 +00:00
a4a90e0797
* parser/gapi2xml.pl : handle foo const * fields. * gnome/gnome-api-2.10.raw : regen. svn path=/trunk/gtk-sharp/; revision=48745
76 lines
3 KiB
XML
76 lines
3 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.6.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(WrapperType=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>
|