Copying the text from a GTK MessageDialog
With a windows error dialog I can use CTRL-C to copy the window text. I would like to allow users to do the same thing with the message dialogs I am using in my GTK app. Is there a way to allow a GTK MessageDialog class to handle the copy command? ...