Widget.addMnemonicLabel

Adds a widget to the list of mnemonic labels for this widget. (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.

class Widget
void
addMnemonicLabel

Parameters

label Widget

a gtk.Widget that acts as a mnemonic label for widget

Meta