2003-02-12 02:00:12 +00:00
<Type Name= "AccelLabel" FullName= "Gtk.AccelLabel" >
2005-05-23 20:41:51 +00:00
<TypeSignature Language= "C#" Maintainer= "Hector Gomez M" Value= "public class AccelLabel : Gtk.Label" />
2003-02-12 02:00:12 +00:00
<AssemblyInfo >
<AssemblyName > gtk-sharp</AssemblyName>
2003-12-24 01:35:30 +00:00
<AssemblyPublicKey >
</AssemblyPublicKey>
2007-12-06 18:37:54 +00:00
<AssemblyVersion > 2.12.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 >
2004-04-21 20:46:56 +00:00
<summary > A widget that displays an accelerator key on the right of the text.</summary>
2003-02-21 22:52:43 +00:00
<remarks >
2003-02-23 07:26:30 +00:00
<para >
The <see cref= "T:Gtk.AccelLabel" /> widget is a subclass of <see cref= "T:Gtk.Label" /> that also displays an accelerator key on the right of the label text. The <see cref= "T:Gtk.AccelLabel" /> widget is commonly used in menus to show the keyboard shortcuts for commands.
2003-02-21 22:52:43 +00:00
</para>
2003-02-23 07:26:30 +00:00
<para >
The accelerator key to display is not set explicitly instead, the <see cref= "T:Gtk.AccelLabel" /> displays the accelerators which have been added to a particular widget. This widget is set by calling <see cref= "P:Gtk.AccelLabel.AccelWidget" /> .
2003-02-21 22:52:43 +00:00
</para>
</remarks>
2003-02-12 02:00:12 +00:00
</Docs>
<Base >
<BaseTypeName > Gtk.Label</BaseTypeName>
</Base>
2007-01-16 16:18:05 +00:00
<Interfaces >
</Interfaces>
2003-02-12 02:00:12 +00:00
<Members >
<Member MemberName= "Refetch" >
<MemberSignature Language= "C#" Value= "public bool Refetch ();" />
<MemberType > Method</MemberType>
<ReturnValue >
<ReturnType > System.Boolean</ReturnType>
</ReturnValue>
2003-02-23 07:26:30 +00:00
<Parameters />
2003-02-12 02:00:12 +00:00
<Docs >
2003-02-21 22:52:43 +00:00
<summary > Recreates the string representing the accelerator keys.</summary>
2003-02-23 07:26:30 +00:00
<returns >
2003-04-22 10:15:35 +00:00
<see langword= "false" /> Default, since the strings are updated this is not needed</returns>
2003-02-21 22:52:43 +00:00
<remarks >
<para >
Recreates the string representing the accelerator keys. This should not be needed since the string is automatically updated whenever accelerators are added or removed from the associated widget.
</para>
</remarks>
2003-02-12 02:00:12 +00:00
</Docs>
</Member>
<Member MemberName= ".ctor" >
<MemberSignature Language= "C#" Value= "public AccelLabel (IntPtr raw);" />
<MemberType > Constructor</MemberType>
<ReturnValue />
<Parameters >
2003-09-17 21:56:59 +00:00
<Parameter Name= "raw" Type= "System.IntPtr" />
</Parameters>
2003-02-12 02:00:12 +00:00
<Docs >
2003-02-23 07:26:30 +00:00
<summary > Internal constructor</summary>
<param name= "raw" > Pointer to the C object.</param>
<remarks >
<para > This is an internal constructor, and should not be used by user code.</para>
</remarks>
2003-02-12 02:00:12 +00:00
</Docs>
</Member>
<Member MemberName= ".ctor" >
<MemberSignature Language= "C#" Value= "public AccelLabel (string str1ng);" />
<MemberType > Constructor</MemberType>
<ReturnValue />
<Parameters >
2003-09-17 21:56:59 +00:00
<Parameter Name= "str1ng" Type= "System.String" />
</Parameters>
2003-02-12 02:00:12 +00:00
<Docs >
2004-04-21 20:46:56 +00:00
<summary > Creates an accelerator label.</summary>
<param name= "str1ng" > The accelerator label.</param>
2004-08-05 22:35:12 +00:00
<remarks />
2003-02-12 02:00:12 +00:00
</Docs>
</Member>
<Member MemberName= "AccelWidth" >
<MemberSignature Language= "C#" Value= "public uint AccelWidth { get; };" />
<MemberType > Property</MemberType>
<ReturnValue >
<ReturnType > System.UInt32</ReturnType>
</ReturnValue>
2003-12-24 01:35:30 +00:00
<Parameters >
</Parameters>
2003-02-12 02:00:12 +00:00
<Docs >
2003-02-21 22:52:43 +00:00
<summary > Returns the width needed to display the accelerator key(s).</summary>
2005-05-23 20:41:51 +00:00
<value > The width needed to display the accelerator key(s)</value>
2003-02-21 22:52:43 +00:00
<remarks >
2003-02-23 07:26:30 +00:00
<para >
Returns the width needed to display the accelerator key(s). This is used by menus to align all of the <see cref= "T:Gtk.MenuItem" /> widgets, and shouldn't be needed by applications.
2003-02-21 22:52:43 +00:00
</para>
</remarks>
2003-02-12 02:00:12 +00:00
</Docs>
</Member>
<Member MemberName= "AccelClosure" >
<MemberSignature Language= "C#" Value= "public IntPtr AccelClosure { set; get; };" />
<MemberType > Property</MemberType>
<ReturnValue >
<ReturnType > System.IntPtr</ReturnType>
</ReturnValue>
2003-12-24 01:35:30 +00:00
<Parameters >
</Parameters>
2003-02-12 02:00:12 +00:00
<Docs >
2003-02-21 22:52:43 +00:00
<summary > Sets the closure to be monitored by this accelerator label.</summary>
2005-05-23 20:41:51 +00:00
<value > A <see cref= "T:IntPtr" /> </value>
2003-02-21 22:52:43 +00:00
<remarks >
2003-02-23 07:26:30 +00:00
<para >
Sets the closure to be monitored by this accelerator label. The closure must be connected to an accelerator group. See <see cref= "P:Gtk.AccelLabel.AccelWidget" /> .
2003-02-21 22:52:43 +00:00
</para>
</remarks>
2003-02-12 02:00:12 +00:00
</Docs>
2005-08-23 17:02:47 +00:00
<Attributes >
2005-05-23 20:41:51 +00:00
<Attribute >
2007-01-16 16:18:05 +00:00
<AttributeName > GLib.Property("accel-closure")</AttributeName>
2005-05-23 20:41:51 +00:00
</Attribute>
2005-08-23 17:02:47 +00:00
</Attributes>
</Member>
2003-02-12 02:00:12 +00:00
<Member MemberName= "AccelWidget" >
<MemberSignature Language= "C#" Value= "public Gtk.Widget AccelWidget { set; get; };" />
<MemberType > Property</MemberType>
<ReturnValue >
<ReturnType > Gtk.Widget</ReturnType>
</ReturnValue>
2003-12-24 01:35:30 +00:00
<Parameters >
</Parameters>
2003-02-12 02:00:12 +00:00
<Docs >
2005-02-11 22:55:08 +00:00
<summary > Fetches the widget monitored by this accelerator label.</summary>
2005-05-23 20:41:51 +00:00
<value > The object monitored by the accelerator label, or <see langword= "null" /> </value>
2003-02-21 22:52:43 +00:00
<remarks >
2003-02-23 07:26:30 +00:00
<para >
2005-02-11 22:55:08 +00:00
Fetches the widget monitored by this accelerator label.
2003-02-21 22:52:43 +00:00
</para>
</remarks>
2003-02-12 02:00:12 +00:00
</Docs>
2005-08-23 17:02:47 +00:00
<Attributes >
2005-05-23 20:41:51 +00:00
<Attribute >
2007-01-16 16:18:05 +00:00
<AttributeName > GLib.Property("accel-widget")</AttributeName>
2005-05-23 20:41:51 +00:00
</Attribute>
2005-08-23 17:02:47 +00:00
</Attributes>
</Member>
2003-12-24 01:35:30 +00:00
<Member MemberName= "GType" >
<MemberSignature Language= "C#" Value= "public static GLib.GType GType { get; };" />
<MemberType > Property</MemberType>
<ReturnValue >
<ReturnType > GLib.GType</ReturnType>
</ReturnValue>
<Parameters />
<Docs >
2004-04-21 20:46:56 +00:00
<summary > The GLib Type assigned to this class.</summary>
2005-05-23 20:41:51 +00:00
<value > a <see cref= "T:GLib.GType" /> </value>
2004-04-21 20:46:56 +00:00
<remarks > Used internally.</remarks>
2003-12-24 01:35:30 +00:00
</Docs>
</Member>
2003-03-07 01:30:00 +00:00
<Member MemberName= ".ctor" >
2003-12-24 01:35:30 +00:00
<MemberSignature Language= "C#" Value= "protected AccelLabel (GLib.GType gtype);" />
2003-03-07 01:30:00 +00:00
<MemberType > Constructor</MemberType>
<ReturnValue />
<Parameters >
2003-12-24 01:35:30 +00:00
<Parameter Name= "gtype" Type= "GLib.GType" />
2003-09-17 21:56:59 +00:00
</Parameters>
2003-03-07 01:30:00 +00:00
<Docs >
2004-06-21 20:33:11 +00:00
<summary > Protected Constructor.</summary>
2003-12-24 01:35:30 +00:00
<param name= "gtype" > a <see cref= "T:GLib.GType" /> </param>
2004-06-21 20:33:11 +00:00
<remarks > Chain to this constructor if you have manually registered a native <see cref= "T:GLib.GType" /> value for your subclass.</remarks>
2003-03-07 01:30:00 +00:00
</Docs>
2005-08-23 17:02:47 +00:00
<Attributes >
2005-05-23 20:41:51 +00:00
<Attribute >
2007-01-16 16:18:05 +00:00
<AttributeName > System.Obsolete</AttributeName>
2005-05-23 20:41:51 +00:00
</Attribute>
2005-08-23 17:02:47 +00:00
</Attributes>
</Member>
2003-02-12 02:00:12 +00:00
</Members>
2005-05-23 20:41:51 +00:00
</Type>