2003-02-12 02:00:12 +00:00
<Type Name= "AccelFlags" FullName= "Gtk.AccelFlags" >
2005-05-23 20:41:51 +00:00
<TypeSignature Language= "C#" Maintainer= "Hector Gomez M" Value= "public enum AccelFlags" />
2003-02-12 02:00:12 +00:00
<AssemblyInfo >
<AssemblyName > gtk-sharp</AssemblyName>
2003-12-24 01:35:30 +00:00
<AssemblyPublicKey >
</AssemblyPublicKey>
2006-08-04 19:43:19 +00:00
<AssemblyVersion > 2.10.0.0</AssemblyVersion>
2003-02-12 02:00:12 +00:00
</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-21 22:52:43 +00:00
<summary > An enumeration used by AccelLabel</summary>
<remarks >
2003-02-23 07:26:30 +00:00
<para >
2004-08-05 22:35:12 +00:00
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.
2003-02-21 22:52:43 +00:00
</para>
</remarks>
2003-02-12 02:00:12 +00:00
</Docs>
<Base >
<BaseTypeName > System.Enum</BaseTypeName>
</Base>
2005-05-23 20:41:51 +00:00
<Attributes >
<Attribute >
2007-01-16 16:18:05 +00:00
<AttributeName > GLib.GType(typeof(Gtk.AccelFlagsGType))</AttributeName>
2005-05-23 20:41:51 +00:00
</Attribute>
<Attribute >
<AttributeName > System.Flags</AttributeName>
</Attribute>
</Attributes>
2003-02-12 02:00:12 +00:00
<Members >
<Member MemberName= "Visible" >
2003-07-18 02:50:06 +00:00
<MemberSignature Language= "C#" Value= "Visible" />
2003-02-12 02:00:12 +00:00
<MemberType > Field</MemberType>
<ReturnValue >
<ReturnType > Gtk.AccelFlags</ReturnType>
</ReturnValue>
<Parameters />
<Docs >
2003-02-23 07:26:30 +00:00
<summary > Determines if <see cref= "T:Gtk.AccelLabel" /> will display the accelerator key or not.</summary>
2003-02-21 22:52:43 +00:00
<remarks >
2003-02-23 07:26:30 +00:00
<para > Determines if <see cref= "T:Gtk.AccelLabel" /> will display the accelerator key or not.</para>
2003-02-21 22:52:43 +00:00
</remarks>
2003-02-12 02:00:12 +00:00
</Docs>
</Member>
<Member MemberName= "Locked" >
2003-07-18 02:50:06 +00:00
<MemberSignature Language= "C#" Value= "Locked" />
2003-02-12 02:00:12 +00:00
<MemberType > Field</MemberType>
<ReturnValue >
<ReturnType > Gtk.AccelFlags</ReturnType>
</ReturnValue>
<Parameters />
<Docs >
2003-02-23 07:26:30 +00:00
<summary > Determines if the accelerator key is removable by <see cref= "T:Gtk.AccelLabel" /> </summary>
2003-02-21 22:52:43 +00:00
<remarks >
2003-02-23 07:26:30 +00:00
<para > Determines if the accelerator key is removable by <see cref= "T:Gtk.AccelLabel" /> </para>
2003-02-21 22:52:43 +00:00
</remarks>
2003-02-12 02:00:12 +00:00
</Docs>
</Member>
<Member MemberName= "Mask" >
2003-07-18 02:50:06 +00:00
<MemberSignature Language= "C#" Value= "Mask" />
2003-02-12 02:00:12 +00:00
<MemberType > Field</MemberType>
<ReturnValue >
<ReturnType > Gtk.AccelFlags</ReturnType>
</ReturnValue>
<Parameters />
<Docs >
2003-03-08 06:28:15 +00:00
<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>
2003-03-07 05:12:07 +00:00
<remarks >
2003-03-08 06:28:15 +00:00
<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.
2003-03-07 05:12:07 +00:00
</para>
</remarks>
2003-02-12 02:00:12 +00:00
</Docs>
</Member>
</Members>
2005-05-23 20:41:51 +00:00
</Type>