Up
_gtkLabelMnemoWidgetGet
_gtkLabelMnemoWidgetGet
returns the target of the mnemonic (keyboard shortcut) of a
Label
object.
Prototype : fun [ObjGtkLabel u0] *
ObjGtkLabel
: the Label object.
u0
: it must be always nil.
Return
* : the
Widgets
object or nil if an error occurs.
See also
_gtkLabelMnemoWidgetSet
Example