Widget.removeMnemonicLabel

Removes a widget from the list of mnemonic labels for this widget. (See Widget.listMnemonicLabels). The widget must have previously been added to the list with Widget.addMnemonicLabel.

class Widget
void
removeMnemonicLabel

Parameters

label Widget

a gtk.Widget that was previously set as a mnemonic label for widget with Widget.addMnemonicLabel.

Meta