Exempel
Enkelt
This example allows copy and pasting of application-specific data, using the standard text format. Although this is simple, it's not ideal because it does not identify the Clipboard data as being of a particular type.
Idealiskt
Det här är som det enkla exemplet, men det
Definierar ett anpassat urklippsmål, men formatet är fortfarande text.
It uses the Gdk::ContentFormats::signal_changed() signal and disables the Paste button if it can't use anything on the clipboard.