Copying from ApplicationWindow
I'm showing a TextArea in an ApplicationWindow with some useful text in it. Is there any way for the user to copy that text, so they could paste it somewhere else? It looks like my window can't capture the keyboard shortcut to copy; is it possible to make a button that would copy the text to the clipboard? Is there a better kind of window to use?