gtk-sharp0.0.0.0Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details.A widget that displays an accelerator key
The widget is a subclass of that also displays an accelerator key on the right of the label text. The widget is commonly used in menus to show the keyboard shortcuts for commands.
The accelerator key to display is not set explicitly instead, the displays the accelerators which have been added to a particular widget. This widget is set by calling .
Gtk.LabelAtk.ImplementorGLib.IWrapperGLib.IWrapperSystem.IDisposableMethodSystem.BooleanRecreates the string representing the accelerator keys. Default, since the strings are updated this is not needed
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.
MethodSystem.VoidDisposes the resources associated with the object.ConstructorInternal constructor
Pointer to the C object.
An instance of AccelLabel, wrapping the C object.This is an internal constructor, and should not be used by user code.ConstructorTo be added
To be added: an object of type 'string'
To be added: an object of type 'Gtk.AccelLabel'To be addedConstructorTo be addedTo be added: an object of type 'Gtk.AccelLabel'To be addedPropertySystem.UInt32The GLib Type for Gtk.AccelLabelThe GLib Type for the Gtk.AccelLabel class.PropertySystem.UInt32Returns the width needed to display the accelerator key(s).The width needed to display the accelerator key(s)
Returns the width needed to display the accelerator key(s). This is used by menus to align all of the widgets, and shouldn't be needed by applications.
PropertySystem.IntPtrSets the closure to be monitored by this accelerator label.
To be added: an object of type 'IntPtr'
To be added: an object of type 'IntPtr'
Sets the closure to be monitored by this accelerator label. The closure must be connected to an accelerator group. See .
PropertyGtk.WidgetFetches the widget monitored by this acceleretaor label.
The widget to be monitored
The object monitored by the accelerator label, or
Fetches the widget monitored by this acceleretaor label.
ConstructorInternal constructor
GLib type for the type
Creates a new instance of AccelLabel, using the GLib-provided typeThis is a constructor used by derivative types of that would have their own GLib type assigned to it. This is not typically used by C# code.