Gtk.Widget.AddMnemonicLabel Method
Adds a widget to the list of mnemonic labels for this widget.

Syntax

public void AddMnemonicLabel (Widget label)

Parameters

label
a Gtk.Widget

Remarks

(See Widget.ListMnemonicLabels()). Note the list of mnemonic labels for the widget is cleared when the widget is destroyed, so the caller must make sure to update its internal state at this point as well, by using a connection to the Destroy signal or a weak notifier.

Requirements

Namespace: Gtk
Assembly: gtk-sharp (in gtk-sharp.dll)
Since: Gtk# 2.4