Window.addMnemonic
void addMnemonic(uint keyval, gtk.widget.Widget target)Adds a mnemonic to this window.
Parameters
keyval | the mnemonic |
target | the widget that gets activated by the mnemonic |
void addMnemonic(uint keyval, gtk.widget.Widget target)Adds a mnemonic to this window.
keyval | the mnemonic |
target | the widget that gets activated by the mnemonic |