Package: gtk

Function gtk-widget-add-mnemonic-label

Lambda List

gtk-widget-add-mnemonic-label (widget label)

Arguments

widget -- a gtk-widget object
label -- a gtk-widget object that acts as a mnemonic label for widget

Details

Adds a widget to the list of mnemonic labels for this widget. See the gtk-widget-list-mnemonic-labels function for a list of mnemonic labels for this widget.

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.
 

See also

2021-9-20