Package: gtk
Function gtk-widget-list-mnemonic-labels
Lambda Listgtk-widget-list-mnemonic-labels (widget) ArgumentsReturn ValueThe list of gtk-widget mnemonic labels. Details
Returns a list of the widgets, normally labels, for which this widget is
the target of a mnemonic. See for example the gtk-label-mnemonic-widget function for more
information about mnemonic labels. Example(setq button (gtk-button-new-with-mnemonic "_Hello")) => #<GTK-BUTTON {C2794C9}> (gtk-widget-list-mnemonic-labels button) => (#<GTK-LABEL {C292FE1}>) | See also |
2021-9-20