Up

_gtkLabelMnemoWidgetSet

_gtkLabelMnemoWidgetSet defines the Widgets object will be activated when the mnemonic key will be pressed in a Label object.
Indeed, if the Label has been set so that it has an mnemonic key, it can be associated with a Widget that is the target of this mnemonic. When the Label is inside a Widget (like an ObjGtkButton or an ObjGtkNotebook tab) it is automatically associated with the correct Widget, but sometimes (for example, when the target is an ObjGtkEntry next to the Label) you need to set it explicitly using this function.
The Widget will be activated if there are no mnemonic collisions and toggle focus between the colliding widgets otherwise.

Prototype : fun [ObjGtkLabel *] ObjGtkLabel

See also

Example