Some OS-dependant functions to ease clipboard manipulation.
static std::string copyFromClipboard(const FXApp &app)
Copies text from the clipboard.
static void copyToClipboard(const FXApp &app, const std::string &text)
Copies the given text to clipboard.
static std::string clipped