remove_mnemonic_label
Description:
Removes a widget from the list of mnemonic labels for this widget.
(See list_mnemonic_labels). The widget must have previously been added to the list with add_mnemonic_label.
Parameters:
this |
a Widget |
label |
a Widget that was previously set as a mnemonic label for this with add_mnemonic_label. |