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.

Urklipp - Enkelt

Källkod

Idealiskt

Det här är som det enkla exemplet, men det

  1. Definierar ett anpassat urklippsmål, men formatet är fortfarande text.

  2. It uses the Gdk::ContentFormats::signal_changed() signal and disables the Paste button if it can't use anything on the clipboard.

Urklipp - Idealiskt

Källkod