Features/GTK3/Porting: Difference between revisions
| Line 196: | Line 196: | ||
===Changes to the Clipboard=== | ===Changes to the Clipboard=== | ||
Two things to note: | Two things to note: | ||
1. You need to specify a clipboard using get() | 1. You need to specify a clipboard using get() | ||
clipboard = Gtk.Clipboard.get(Gdk.SELECTION_CLIPBOARD) | clipboard = Gtk.Clipboard.get(Gdk.SELECTION_CLIPBOARD) | ||